PEXCoord Data Structure


 
   typedef struct {
         float      x;
         float      y;
         float      z;
   } PEXCoord;
 

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

and is referenced by the following data structures:

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