PEXVertexHSVNormalEdge2D Data Structure


 
   typedef struct {
          PEXCoord2D           point;
          PEXColorHSV          hsv;
          PEXVector            normal;
          unsigned int         edge;
   } PEXVertexHSVNormalEdge2D;
 

PEXVertexHSVNormalEdge2D is a type definition that is referenced by the following data structure:

For a list of data structures for vertex data, see Data Structures for Vertex Data.