PEXListOfFloat Data Structure


 
   typedef struct {
         unsigned short       count;       /* number of floats */
         float               *floats;
   } PEXListOfFloat;
 

PEXListOfFloat is a type definition that is referenced by the following data structure:

For a list of data structures for trimming curves, see Data Structures for Trimming Curves.