PathEngine home | previous: | next: |
This method is called by PathEngine to obtain the height of the terrain layer corresponding to this callback at specified x and y coordinates.
float getHeightAt(int32_t x, int32_t y); |
x | The x coordinate for the query. | ||
y | The y coordinate for the query. |
Refer to
float getHeightAt(int x, int y); |
float getHeightAt(int x, int y); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |