PEXListOfVertex Data Structure


 
   typedef struct {
         unsigned long         count;      /* number of vertices */
         PEXArrayOfVertex      vertices;   /* pointer to vertices */
   } PEXListOfVertex;
 
 

PEXListOfVertex is a data structure that is common to the following functions:

For a list of data structures for vertex data, see Data Structures for Vertex Data.