Circle.overlaps

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

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

Meta