예제 #1
0
 //Apply an impulse to the center of mass. This immediately modifies the velocity.
 public void ApplyLinearImpulse(Fix64Vec3 impluse)
 {
     Parallel3D.ApplyLinearImpulseToCenter(_body3D, impluse);
 }