PathEngine home | previous: | next: |
Enables you to obtain the indices of vertices around a given face.
int32_t vertexIndex(int32_t face, int32_t vertexInFace) const; |
face | The (zero-based) index of the face being queried. Must be greater than or equal to zero, and less than the value returned by faces(). | ||
vertexInFace | A value of 0, 1 or 2 to specify which vertex in the face is being queried. |
int vertexIndex(int face, int vertexInFace); |
int vertexIndex(int face, int vertexInFace); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |