ReactOS 0.4.16-dev-401-g45b008d
|
#include <mesh.h>
Public Attributes | |
GLUvertex * | next |
GLUvertex * | prev |
GLUhalfEdge * | anEdge |
void * | data |
GLdouble | coords [3] |
GLdouble | s |
GLdouble | t |
long | pqHandle |
GLUhalfEdge* GLUvertex::anEdge |
Definition at line 117 of file mesh.h.
Referenced by __gl_computeInterior(), __gl_meshCheckMesh(), __gl_meshDelete(), __gl_meshSplice(), __gl_meshZapFace(), ConnectLeftDegenerate(), ConnectLeftVertex(), KillVertex(), MakeVertex(), and SweepEvent().
GLdouble GLUvertex::coords[3] |
Definition at line 121 of file mesh.h.
Referenced by CallCombine(), ComputeNormal(), GetIntersectData(), and VertexWeights().
void* GLUvertex::data |
Definition at line 118 of file mesh.h.
Referenced by CallCombine(), GetIntersectData(), MakeVertex(), and SpliceMergeVertices().
GLUvertex* GLUvertex::next |
Definition at line 115 of file mesh.h.
Referenced by __gl_meshCheckMesh(), __gl_meshDeleteMesh(), __gl_projectPolygon(), CheckOrientation(), ComputeNormal(), InitPriorityQ(), KillVertex(), and MakeVertex().
long GLUvertex::pqHandle |
Definition at line 123 of file mesh.h.
Referenced by CheckForIntersect(), CheckForRightSplice(), and InitPriorityQ().
GLUvertex* GLUvertex::prev |
Definition at line 116 of file mesh.h.
Referenced by KillVertex(), and MakeVertex().
GLdouble GLUvertex::s |
Definition at line 122 of file mesh.h.
Referenced by __gl_edgeIntersect(), and CheckForIntersect().
GLdouble GLUvertex::t |
Definition at line 122 of file mesh.h.
Referenced by __gl_edgeIntersect(), and CheckForIntersect().