PEXListOfCoord2D Data Structure


   typedef struct {
         unsigned long     count;     /* number of points */
         PEXCoord2D        *points;
   } PEXListOfCoord2D;                /* Pointer to an array of 2D points */
 

PEXListOfCoord2D is a data structure that is common to the following function:

and that is referenced by the following data structure:

For a list of data structures for coordinates, see Data Structures for Coordinates.