PathEngine home | previous: | next: |
Translates a position from the source tiling used to construct the federation to a federation tile mesh.
cPosition translatePositionFromSourceTile(const cPosition& fromPosition, const iSourceTiling& sourceTiling, const iMesh& sourceTile, const iMesh& federationTile) const; |
fromPosition |
The position to be translated. This must be a valid position on the mesh passed in for sourceTile. | ||
sourceTiling | The source tiling which was used to construct federationTile, and which contains sourceTile. | ||
sourceTile | The source tile to translate the position from. | ||
federationTile |
The federation tile to translate the position from. The position to be translated must be in the represented region for this tile (as can be queried with |
PathEngine.Position translatePositionFromSourceTile(PathEngine.Position fromPosition, SourceTiling sourceTiling, Mesh sourceTile, Mesh federationTile); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |