Circle.overlaps

Checks to see if the circle and the rectangle share any area

  1. bool overlaps(Rectangle r)
    struct Circle
    @nogc nothrow pure const
    bool
    overlaps
  2. bool overlaps(Circle c)

Meta