line Segment Intersection
Find the intersection of two line segments.
Return
The intersection point.
Parameters
p1
The first point of the first line segment.
p2
The second point of the first line segment.
p3
The first point of the second line segment.
p4
The second point of the second line segment.
Throws
If no intercept is found.