pub unsafe extern "C" fn PxRigidBodyExt_getLocalVelocityAtLocalPos(
body: *const PxRigidBody,
pos: *const PxVec3,
) -> PxVec3Expand description
Computes the velocity of a point given in local coordinates if it were attached to the specified body and moving with it.
The velocity of point in the local frame.