ReactOS 0.4.15-dev-7842-g558ab78
GLUvertex Struct Reference

#include <mesh.h>

Collaboration diagram for GLUvertex:

Public Attributes

GLUvertexnext
 
GLUvertexprev
 
GLUhalfEdgeanEdge
 
voiddata
 
GLdouble coords [3]
 
GLdouble s
 
GLdouble t
 
long pqHandle
 

Detailed Description

Definition at line 114 of file mesh.h.

Member Data Documentation

◆ anEdge

◆ coords

GLdouble GLUvertex::coords[3]

Definition at line 121 of file mesh.h.

Referenced by CallCombine(), ComputeNormal(), GetIntersectData(), and VertexWeights().

◆ data

void* GLUvertex::data

Definition at line 118 of file mesh.h.

Referenced by CallCombine(), GetIntersectData(), MakeVertex(), and SpliceMergeVertices().

◆ next

◆ pqHandle

long GLUvertex::pqHandle

Definition at line 123 of file mesh.h.

Referenced by CheckForIntersect(), CheckForRightSplice(), and InitPriorityQ().

◆ prev

GLUvertex* GLUvertex::prev

Definition at line 116 of file mesh.h.

Referenced by KillVertex(), and MakeVertex().

◆ s

GLdouble GLUvertex::s

Definition at line 122 of file mesh.h.

Referenced by __gl_edgeIntersect(), and CheckForIntersect().

◆ t

GLdouble GLUvertex::t

Definition at line 122 of file mesh.h.

Referenced by __gl_edgeIntersect(), and CheckForIntersect().


The documentation for this struct was generated from the following file: