Line.intersects

Check if a line segment intersects a rectangle

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

Meta