Model Vertex. More...
#include <deModelVertex.h>
Public Member Functions | |
Constructors and Destructors | |
| deModelVertex () | |
| Creates a new model vertex. | |
| ~deModelVertex () | |
| Cleans up the model vertex. | |
Management | |
| const decVector & | GetPosition () const |
| Retrieves the position. | |
| void | SetPosition (const decVector &position) |
| Sets the position. | |
| int | GetWeightsIndex () const |
| Retrieves the index of the weights. | |
| void | SetWeightsIndex (int index) |
| Sets the index of the weights. | |
| bool | Equals (deModelVertex *vertex) const |
| Determines if this vertex equals another vertex in position and weight index. | |
| void | CopyTo (deModelVertex *vertex) const |
| Copies position and weight index over to the given vertex. | |
Model Vertex.
| deModelVertex::deModelVertex | ( | ) |
Creates a new model vertex.
| deModelVertex::~deModelVertex | ( | ) |
Cleans up the model vertex.
| void deModelVertex::CopyTo | ( | deModelVertex * | vertex ) | const |
Copies position and weight index over to the given vertex.
| bool deModelVertex::Equals | ( | deModelVertex * | vertex ) | const |
Determines if this vertex equals another vertex in position and weight index.
| const decVector& deModelVertex::GetPosition | ( | ) | const [inline] |
Retrieves the position.
| int deModelVertex::GetWeightsIndex | ( | ) | const [inline] |
Retrieves the index of the weights.
| void deModelVertex::SetPosition | ( | const decVector & | position ) |
Sets the position.
| void deModelVertex::SetWeightsIndex | ( | int | index ) |
Sets the index of the weights.
1.7.2