pub unsafe extern "C" fn PxRigidBody_getAngularVelocity(
    self_: *const PxRigidBody
) -> PxVec3
Expand description

Retrieves the angular velocity of the actor.

It is not allowed to use this method while the simulation is running (except during PxScene::collide(), in PxContactModifyCallback or in contact report callbacks).

The angular velocity of the actor.