Checks if two Lines intersect. If the Lines are identical, they will be treated as parallel and thus non-intersecting.
The first Line to check.
The second Line to check.
Optional
An optional point-like object in which to store the coordinates of intersection, if needed.
Checks if two Lines intersect. If the Lines are identical, they will be treated as parallel and thus non-intersecting.