Checks if a line segment is inside a polygon.
The line segment [start, end].
An array of points representing the polygon.
true if the line segment is inside the polygon, otherwise false.
true
false
Checks if a line segment is inside a polygon.