PEXCoord4D Data Structure


 
   typedef struct {
         float      x;
         float      y;
         float      z;
         float      w;
   } PEXCoord4D;
 

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

and is referenced by the following data structure:

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