Line.intersects

Check if a line segment intersects a circle

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

Meta