PathEngine home | previous: | next: |
Checks whether coordinates are valid for
bool largeStaticObstacleShapeIsValid(int32_t const * shapeCoordinates_Buffer, uint32_t shapeCoordinates_BufferEntries, int32_t x, int32_t y); |
shapeCoordinates_Buffer, shapeCoordinates_BufferEntries |
(See | ||
x | The x coordinate of the shape root position. | ||
y | The y coordinate of the shape root position. |
bool largeStaticObstacleShapeIsValid(int[] shapeCoordinates, int x, int y); |
boolean largeStaticObstacleShapeIsValid(int[] shapeCoordinates, int x, int y); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |