public bool Intersects(ShapeObject other)
 {
     return _collisionShape.IntersectVisit(other._collisionShape);
 }
Beispiel #2
0
 public bool Intersects(ShapeObject other)
 {
     return(_collisionShape.IntersectVisit(other._collisionShape));
 }