Circle.overlaps

Checks to see if the circles have any overlapping area

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

Meta