easiest way to know if a line intersects another line

hi
what would be the easiest way to know if a line (trace) from a vector point intersects / crosses another line drawn between 2 points?
or simply, what is the easiest to know if a line would cross / pass between 2 vector points?
thanks

Set the start and end of the lines. When the lines intersect - the points will be equal.

LineIntersection

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.