PEXHalfSpace Data Structure


 
   typedef struct {
         PEXCoord       point;
         PEXVector      vector;
   } PEXHalfSpace;
 

PEXHalfSpace 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 half spaces, see Data Structures for Half Spaces.