| PathEngine home | previous: | next: |
Retrieve named positions stored with this mesh.
cPosition retrieveAnchor(const char* id, tSigned32& orientation) const; |
| id |
Content ID for the position to retrieve. This pointer is not retained after the method exits and may subsequently be safely deleted. | ||
| orientation |
If an anchor is found with the given id then the orientation is returned via this parameter. See |
If an anchor has been stored with this mesh with the given id then that position is returned.
Otherwise an explicitly invalid position is returned. (i.e. cell is set to -1)
| Documentation for PathEngine release 5.17 - Copyright © 2002-2008 PathEngine | next: |