PathEngine home previous: iFaceVertexMesh::vertexIndex()next: iFaceVertexMesh::vertexY()
Contents, API Reference, Interfaces, iFaceVertexMesh, vertexX

iFaceVertexMesh::vertexX()

Description

Used to obtain vertex coordinates.

Syntax

tSigned32 vertexX(tSigned32 vertexIndex) const;
        

Parameters

vertexIndex The (zero-based) index of the vertex being queried.

Return value

The X coordinate for the specified vertex.

Remarks

iFaceVertexMesh::vertexIndex() is used to obtain unique vertex indices for vertices in a face.

Refer to PathEngine Coordinates for details about the PathEngine coordinate system.


Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEnginenext: iFaceVertexMesh::vertexY()