Function VectorMath.LineIntersectionFactorXZ

LineIntersectionFactorXZ (Int3 start1, Int3 end1, Int3 start2, Int3 end2, out float factor1, out float factor2)

Returns the intersection factors for line 1 and line 2.

Public Static
LineIntersectionFactorXZ (Vector3 start1, Vector3 end1, Vector3 start2, Vector3 end2)

Returns the intersection factor for line 1 with line 2.

Public Static
LineIntersectionFactorXZ (Vector3 start1, Vector3 end1, Vector3 start2, Vector3 end2, out float factor1, out float factor2)

Returns the intersection factors for line 1 and line 2.

Public Static