This will find the intersection point of two lines or false if they don't intersect.
This optionally takes a finiteLine flag. If this is set to false then
two line segments that would virtual intersect if extended to infinity will also return a point.
This will find the intersection point of two lines or false if they don't intersect. This optionally takes a finiteLine flag. If this is set to false then two line segments that would virtual intersect if extended to infinity will also return a point.