예제 #1
0
 public bool IntersectsWithRectangle(IRectangle aRectangle)
 {
     return(aRectangle.IntersectsWithCircle(this));
 }