PathEngine home previous: iMesh::getSurfaceType()next: iMesh::heightAtPositionF()
Contents, API Reference, Interfaces, iMesh, heightAtPosition

iMesh::heightAtPosition()

Description

Provides the height for a position on the surface of this ground mesh.

Syntax

tSigned32 heightAtPosition(const cPosition& position) const;

Parameters

position This must be a valid cPosition on this mesh.

Return Value

The approximate height at the specified position.

Remarks

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

See Converting to and from PathEngine's Position Representation for an overview of all the position conversion methods.

See Also

iMesh::positionFor3DPoint(), iMesh::positionFor3DPointF()
Documentation for PathEngine release 5.16 - Copyright © 2002-2008 PathEnginenext: iMesh::heightAtPositionF()