pub unsafe extern "C" fn PxController_getPosition(
    self_: *const PxController
) -> *const PxExtendedVec3
Expand description

Retrieve the raw position of the controller.

The position retrieved by this function is the center of the collision shape. To retrieve the bottom position of the shape, a.k.a. the foot position, use the getFootPosition() function.

The position is updated by calls to move(). Calling this method without calling move() will return the last position or the initial position of the controller.

The controller’s center position