Function VectorMath.LineIntersectionPointXZ

LineIntersectionPointXZ (Vector3 start1, Vector3 end1, Vector3 start2, Vector3 end2)

Returns the intersection point between the two lines.

Public Static
LineIntersectionPointXZ (Vector3 start1, Vector3 end1, Vector3 start2, Vector3 end2, out bool intersects)

Returns the intersection point between the two lines.

Public Static