Rectangle.overlaps

Check if any of the area bounded by this rectangle is bounded by another

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

Meta