#include <Vertex.h>
Public Member Functions | |
Vertex (float new_x, float new_y, float new_z) | |
Vertex () | |
virtual | ~Vertex () |
Public Attributes | |
float | x |
float | y |
float | z |
int | indexToNormal |
The Vertex stores the coordinates for a Point in 3d The x,y,z coordinates are public to allow direct reading and writing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|