PEXListOfCoord Data Structure


 
   typedef struct {
         unsigned long     count;     /* number of points */
         PEXCoord          *points;
   } PEXListOfCoord;                  /* Pointer to an array of 3D points */
 

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

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