Rectangle.overlaps

Check if any of the area bounded by this rectangle is bounded by a circle

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

Meta