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