PathEngine home | previous: | next: |
Traverses along the surface of a ground mesh to disambiguate overlapping geometry at a target point.
int32_t getCellForEndOfLine(const cPosition& start, int32_t endX, int32_t endY) const; |
start |
A position for the start of traversal. This must be a valid position on this mesh. | ||
endX | The x coordinate of the target. | ||
endY | The y coordinate of the target. |
int getCellForEndOfLine(PathEngine.Position start, int endX, int endY); |
int getCellForEndOfLine(Position start, int endX, int endY); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |