| PathEngine home | previous: | next: |
An alternative version of the height query taking extra float parameters for precision components of position.
float getHeightAtWithPrecision(tSigned32 x, tSigned32 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
| Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEngine | next: |