PathEngine home previous: iMesh::get3DFaceNormal()next: iMesh::getAllAgentsOverlapped()
Contents, API Reference, Interfaces, iMesh, get3DFaceVertex

iMesh::get3DFaceVertex()

Description

Helper function providing access to the geometry of the underlying 3D mesh.

Syntax

void get3DFaceVertex(tSigned32 faceIndex, tSigned32 vertexIndexInFace, tSigned32& x, tSigned32& y, float& z) const;

Parameters

faceIndex The (zero based) index of the face in which to look up vertex geometry.
(Must be positive and less than the value returned by iMesh::getNumberOf3DFaces().)
vertexIndexInFace Value must be 0, 1 or 2.
x Returns the vertex x coordinate.
y Returns the vertex y coordinate.
z Returns the vertex z coordinate.

See Also

iMesh::getNumberOf3DFaces(), iMesh::get3DFaceConnection()
Documentation for PathEngine release 5.16 - Copyright © 2002-2008 PathEnginenext: iMesh::getAllAgentsOverlapped()