Exemplo n.º 1
0
 //Apply an impulse to the center of mass. This immediately modifies the velocity.
 public void ApplyLinearImpulse(Fix64Vec2 impluse)
 {
     Parallel2D.ApplyLinearImpulseToCenter(_body2D, impluse);
 }