PathEngine home previous: iAnchorsAndPinnedShapes::anchor_Orientation()next: iAnchorsAndPinnedShapes::numberOfAnchors()
Contents, API Reference, Interfaces, iAnchorsAndPinnedShapes, anchor_VerticalRange

iAnchorsAndPinnedShapes::anchor_VerticalRange()

Description

Returns the vertical range of the specified anchor.

Syntax

void anchor_VerticalRange(tSigned32 anchorIndex, float& zStart, float& zEnd) const;
        

Parameters

anchorIndex The (zero-based) index of the anchor being queried.
zStart Returns the anchor's zStart coordinate.
zEnd Returns the anchor's zEnd coordinate.

Remarks

The z range is ignored for 'terrain anchors'.

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


Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEnginenext: iAnchorsAndPinnedShapes::numberOfAnchors()