| PathEngine home | previous: | next: |
Returns the vertical range of the specified anchor.
void anchor_VerticalRange(tSigned32 anchorIndex, float& zStart, float& zEnd) const;
|
| anchorIndex |
The (zero-based) index of the anchor being queried. | ||
| zStart | Returns the anchor's zStart coordinate. | ||
| zEnd | Returns the anchor's zEnd coordinate. |
The z range is ignored for 'terrain anchors'.
Refer to
| Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEngine | next: |