PEXVector2D Data Structure


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

PEXVector2D is a type definition that is common to the following functions:

and that is referenced by the following data structure:

For a list of data structures for vectors, see Data Structures for Vectors.