pub unsafe extern "C" fn PxRigidBody_setAngularDamping_mut(
    self_: *mut PxRigidBody,
    angDamp: f32
)
Expand description

Sets the angular damping coefficient.

Zero represents no damping.

The angular damping coefficient must be nonnegative.

Default: 0.05