pub fn apply_angular_impulse<const D: usize>( body: &mut RigidBody<D>, impulse: &Bivector<D>, )
Apply an angular impulse (as a bivector) to a body.