Esempio n. 1
0
 public bool Collides(IShape otherShape)
 {
     return(otherShape.CheckCollides(this));
 }
Esempio n. 2
0
 public bool Collides(IShape otherShape)
 {
   return otherShape.CheckCollides(this);
 }