/// Apply a torque. This affects the angular velocity
 /// without affecting the linear velocity of the center of mass.
 /// z-axis (out of the screen)
 public void ApplyTorque(Fix64 torque)
 {
     Parallel2D.ApplyTorque(_body2D, torque);
 }