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