pub unsafe extern "C" fn PxHeightField_getHeight(
self_: *const PxHeightField,
x: f32,
z: f32,
) -> f32Expand description
Retrieves the height at the given coordinates in grid space.
The height at the given coordinates or 0 if the coordinates are out of range.