Line.intersects

Check if a line segment intersects a circle

  1. bool intersects(Line other)
  2. bool intersects(Circle c)
    struct Line
    @nogc nothrow pure const
    bool
    intersects
    ()
  3. bool intersects(Rectangle r)

Meta