public bool IntersectsWithRectangle(IRectangle aRectangle) { return(aRectangle.IntersectsWithCircle(this)); }