Пример #1
0
 /// Apply an angular impulse. This immediately modifies the angular velocity
 public void ApplyAngularImpulse(Fix64 impulse)
 {
     Parallel2D.ApplyAngularImpulse(_body2D, impulse);
 }