| PathEngine home | previous: | next: |
Returns the coordinates of the specified burnt in obstacle vertex.
void getBurntInObstacleVertex(tSigned32 obstacleIndex, tSigned32 vertexIndex, tSigned32& x, tSigned32& y) const; |
| obstacleIndex |
This must be a positive integer less than value returned by | ||
| vertexIndex |
This must be a positive integer less than value returned by | ||
| x | This will be set to the x coordinate of the vertex (relative to the object's root position). | ||
| y | This will be set to the y coordinate of the vertex (relative to the object's root position). |
The obstacle and vertex indices used here are only iteration mechanisms -
no persistent mapping between indices and obstacles or obstacle vertices should be assumed.
| Documentation for PathEngine release 5.29 - Copyright © 2002-2012 PathEngine | next: |