#include <Vertex.h>
Public Methods | |
Vertex (const MS3DVertex *const vertex) | |
Initialize the Triangle using data from the corresponding Milkshape vertex. | |
const Vector & | getLocation () const |
Retrieve the location of this Vertex. | |
Private Methods | |
Vertex (const Vertex ©) | |
Do not allow this Vertex to be copied. | |
Vertex & | operator= (const Vertex &rhs) |
Do not allow this Vertex to be copied. | |
Private Attributes | |
char | m_boneID |
The bone ID corresponding to this Vertex (unused). | |
Vector | m_location |
The coordinates of this Vertex. |
|
Initialize the Triangle using data from the corresponding Milkshape vertex.
|