GARVertex
Struct to hold vertex coordinates.
Summary
Public attributes |
|
---|---|
x
|
float
The X coordinate of this vertex.
|
y
|
float
The Y coordinate of this vertex.
|
z
|
float
The Z coordinate of this vertex.
|
Public attributes
x
float GARVertex::x
The X coordinate of this vertex.
y
float GARVertex::y
The Y coordinate of this vertex.
z
float GARVertex::z
The Z coordinate of this vertex.