Function VectorMath.LineIntersectionPoint

LineIntersectionPoint (Vector2 start1, Vector2 end1, Vector2 start2, Vector2 end2)

Returns the intersection point between the two lines.

Public Static
LineIntersectionPoint (Vector2 start1, Vector2 end1, Vector2 start2, Vector2 end2, out bool intersects)

Returns the intersection point between the two lines.

Public Static