#include <Vertex.h>
Public Member Functions | |
| Vertex () | |
| Vertex (GLfloat _x, GLfloat _y, GLfloat _z) | |
| ~Vertex () | |
| Vertex::Vertex | ( | ) |
Construct a Vertex instance with values 0.0, 0.0, 0.0.
| Vertex::Vertex | ( | GLfloat | _x, | |
| GLfloat | _y, | |||
| GLfloat | _z | |||
| ) |
Construct a new instance from 3 values.
| Vertex::~Vertex | ( | ) |
Destructor.
1.5.4