Checks if two line segments intersect.
The first line segment [start, end].
The second line segment [start, end].
true if the line segments intersect, otherwise false.
true
false
Checks if two line segments intersect.