/// Apply an angular impulse. This immediately modifies the angular velocity public void ApplyAngularImpulse(Fix64Vec3 impulse) { Parallel3D.ApplyAngularImpulse(_body3D, impulse); }