コード例 #1
0
 /// Apply an angular impulse. This immediately modifies the angular velocity
 public void ApplyAngularImpulse(Fix64Vec3 impulse)
 {
     Parallel3D.ApplyAngularImpulse(_body3D, impulse);
 }