PathEngine home previous: iMesh::getBurntInObstacleRoot()next: iMesh::getBurntInObstacleVertices()
Contents, API Reference, Interfaces, iMesh, getBurntInObstacleVertex

iMesh::getBurntInObstacleVertex()

Description

Returns the coordinates of the specified burnt in obstacle vertex.

Syntax

void getBurntInObstacleVertex(tSigned32 obstacleIndex, tSigned32 vertexIndex, tSigned32& x, tSigned32& y) const;

Parameters

obstacleIndex This must be a positive integer less than value returned by iMesh::getNumberOfBurntInObstacles().
vertexIndex This must be a positive integer less than value returned by iMesh::getBurntInObstacleVertices(), for this obstacle index.
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).

Remarks

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 PathEnginenext: iMesh::getBurntInObstacleVertices()