PathEngine home | previous: | next: |
Queries the region covered by a specified tile in this tiling.
void getTileRegion(int32_t tileIndex, cHorizontalRange& result) const; |
tileIndex | The index of the tile within the tiling to query. | ||
result | Returns the minimum and maximum bounds of the region covered by the queried tile, in X and Y. |
The returned region is in world coordinates, and inclusive, i.e. the represented region includes points exactly at minimum or maximum values in X and Y.
void getTileRegion(int tileIndex, out PathEngine.HorizontalRange result); |
void getTileRegion(int tileIndex, Object_OutArgument result); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |