PEXViewValues Data Structure


 
   typedef struct {
         unsigned short      clip_flags;
         unsigned short      reserved1;
         PEXNPCSubVolume     clip_limits;
         PEXMatrix           orientation;
         PEXMatrixHints      orientation_hints;
         PEXMatrix           mapping;
         PEXMatrixHints      mapping_hints;
         PEXEnumTypeIndex    eyepoint_hint;
         unsigned short      reserved2;
         PEXCoord            eyepoint;
   } PEXViewValues;
 

For a list of data structures for lookup tables, see Data Structures for Lookup Tables.