Exemplo n.º 1
0
 public static bool IntersectWith(this Circle _circle, Fan _fan)
 {
     return(_fan.IntersectWith(_circle));
 }
Exemplo n.º 2
0
 public static bool IntersectWith(this Rectangle_AABB _rect, Fan _fan)
 {
     return(_fan.IntersectWith(_rect));
 }