Public Member Functions | |
| VertexHandle (int index) | |
| uint | index (void) |
A VertexHandle is used as a type-safe wrapper for the index of a vertex.
| VertexHandle::VertexHandle | ( | int | index) |
Constructs a VertexHandle for the vertex identified by the given index.
| index | The index of the vertex or -1 to construct an invalid VertexHandle for test purposes. index has to be smaller than Mesh::vertexCount(). |
| uint VertexHandle::index | ( | void | ) |
Returns the index of the vertex.
1.8.4