Represents a vertex in 3D. More...
#include <mesh.h>
Public Member Functions | |
| Vertex () | |
| Vertex (double _x, double _y, double _z) | |
| Vertex (const Vertex &o) | |
| virtual | ~Vertex () |
| virtual Vertex * | copy () |
| void | dump () |
Public Attributes | |
| double | x |
| double | y |
| double | z |
Static Public Attributes | |
| static const int | NUM_COORDS = 3 |
Represents a vertex in 3D.
| Vertex::Vertex | ( | ) |
| Vertex::Vertex | ( | double | _x, | |
| double | _y, | |||
| double | _z | |||
| ) |
| Vertex::Vertex | ( | const Vertex & | o | ) |
| Vertex::~Vertex | ( | ) | [virtual] |
| Vertex * Vertex::copy | ( | ) | [virtual] |
| void Vertex::dump | ( | ) |
const int Vertex::NUM_COORDS = 3 [static] |
| double Vertex::x |
| double Vertex::y |
| double Vertex::z |
1.6.3