Line.intersects

Check if a line segment intersects a rectangle

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

Meta