PathEngine home | previous: | next: |
An alternative version of the height query taking extra float parameters for precision components of position.
float getHeightAtWithPrecision(int32_t x, int32_t y, float precisionX, float precisionY); |
x | The base x coordinate for the query. | ||
y | The base y coordinate for the query. | ||
precisionX | An precision component to be added to the the base x component. | ||
precisionY | An precision component to be added to the the base y component. |
Refer to
float getHeightAtWithPrecision(int x, int y, float precisionX, float precisionY); |
float getHeightAtWithPrecision(int x, int y, float precisionX, float precisionY); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |