PathEngine home | previous: | next: |
Checks whether a given point is inside the range of this federation.
bool coordinatesAreInsideRange(int32_t x, int32_t y) const; |
x | The x coordinate to test. | ||
y | The y coordinate to test. |
bool coordinatesAreInsideRange(int x, int y); |
boolean coordinatesAreInsideRange(int x, int y); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |