PEXCoord2D Data Structure


 
   typedef struct {
         float      x;
         float      y;
   } PEXCoord2D;
 

PEXCoord2D 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.