| PathEngine home | previous: | next: |
Used to query the number of connecting edges marked up in the instanced chunk's ground geometry.
void getConnectingEdgeGeometry(tSigned32 connectingEdgeIndex, tSigned32& startX, tSigned32& startY, float& startZ, tSigned32& endX, tSigned32& endY, float& endZ) const; |
| connectingEdgeIndex |
The index of the connecting edge to query. (Must be non-negative and less than the value returned by | ||
| startX | Returns the X coordinate of the start point of the connecting edge. | ||
| startY | Returns the Y coordinate of the start point of the connecting edge. | ||
| startZ | Returns the Z coordinate of the start point of the connecting edge. | ||
| endX | Returns the X coordinate of the end point of the connecting edge. | ||
| endY | Returns the Y coordinate of the end point of the connecting edge. | ||
| endZ | Returns the Z coordinate of the end point of the connecting edge. |
The start point is on the left (and the end point is on the right) for an agent standing on the ground surface just inside of the connecting edge and looking out through the edge.
| Documentation for PathEngine release 5.17 - Copyright © 2002-2008 PathEngine | next: |