hgePVertex Struct Reference
Polygon Vertex data structure.
More...
#include <hgePolygon.h>
List of all members.
|
Public Member Functions |
|
| hgePVertex (hgeVector p) |
Public Attributes |
|
hgeVector | pos |
|
hgePVertex * | next |
|
float | normal |
Detailed Description
A specialized struct is used here since polygon vertices have a normal value, and a reference to the next vertex in the shape associated with them.
- See also:
- hgePolygon