Circle.overlaps

Checks to see if the circles have any overlapping area

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

Meta