#include <Vertex.h>
List of all members.
Constructor & Destructor Documentation
| xl7::direct3d::models::Vertex::Vertex |
( |
void |
|
) |
|
| xl7::direct3d::models::Vertex::~Vertex |
( |
void |
|
) |
|
| xl7::direct3d::models::Vertex::Vertex |
( |
const Vertex & |
rhs |
) |
|
Member Function Documentation
| const ml7::Vector3& xl7::direct3d::models::Vertex::GetNormal |
( |
|
) |
const [inline] |
Returns the vertex normal
| const ml7::Vector3& xl7::direct3d::models::Vertex::GetPosition |
( |
|
) |
const [inline] |
Returns the position of the vertex.
| const ml7::Vector2& xl7::direct3d::models::Vertex::GetTexCoords |
( |
|
) |
const [inline] |
Returns the texture coordinates of the vertex.
| bool xl7::direct3d::models::Vertex::operator!= |
( |
const Vertex & |
rhs |
) |
const |
| bool xl7::direct3d::models::Vertex::operator< |
( |
const Vertex & |
rhs |
) |
const |
| Vertex & xl7::direct3d::models::Vertex::operator= |
( |
const Vertex & |
rhs |
) |
|
Copy assignment operator.
| bool xl7::direct3d::models::Vertex::operator== |
( |
const Vertex & |
rhs |
) |
const |
| void xl7::direct3d::models::Vertex::SetNormal |
( |
const ml7::Vector3 & |
normal |
) |
[inline] |
| void xl7::direct3d::models::Vertex::SetPosition |
( |
const ml7::Vector3 & |
position |
) |
[inline] |
Sets the position of the vertex.
| void xl7::direct3d::models::Vertex::SetTexCoords |
( |
const ml7::Vector2 & |
tex_coords |
) |
[inline] |
Sets the texture coordinates of the vertex.
Member Data Documentation
The position of the vertex.
The texture coordinates of the vertex.
The documentation for this class was generated from the following files: