Пример #1
0
 public bool CollideAgainstMove(ShapeCollection shapeCollection, float thisMass, float otherMass)
 {
     return(shapeCollection.CollideAgainstMove(this, otherMass, thisMass));
 }