PathEngine home previous: iFaceVertexMesh::vertexY()next: iFaceVertexMesh::vertices()
Contents, API Reference, Interfaces, iFaceVertexMesh, vertexZ

iFaceVertexMesh::vertexZ()

Description

Used to obtain vertex coordinates.

Syntax

float vertexZ(tSigned32 vertexIndex) const;
        

Parameters

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

Return value

The Z 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::vertices()