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

Sets the linear damping coefficient.

Zero represents no damping. The damping coefficient must be nonnegative.

Default: 0.0