Properties | |
Number | normalIndex |
Number | uvwIndex |
Number | vertIndex |
Constructors | |
DzHalfEdge (DzHalfEdge edge) | |
DzHalfEdge () |
Represents one face's 'half' of an edge - which starts with its vertex and ends with the vertex that the next edge starts with.
DzHalfEdge::DzHalfEdge | ( | ) |
Default Constructor.
DzHalfEdge::DzHalfEdge | ( | DzHalfEdge | edge | ) |
Copy Constructor.
The index of the normal for this half edge
The index of the uv value for this half edge
The index of the vertex for this half edge