Пример #1
0
 public static bool IntersectWith(this Circle _circle, Fan _fan)
 {
     return(_fan.IntersectWith(_circle));
 }
Пример #2
0
 public static bool IntersectWith(this Rectangle_AABB _rect, Fan _fan)
 {
     return(_fan.IntersectWith(_rect));
 }