PEXVector Data Structure


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

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

and that is referenced by the following data structures:

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