Exemplo n.º 1
0
 public Velocity ChangeVelocity(Velocity vel)
 {
     return(CollisionObject.ChangeVelocity(vel, this));
 }