Function VectorMath.LineDirIntersectionPointXZ

LineDirIntersectionPointXZ (Vector3 start1, Vector3 dir1, Vector3 start2, Vector3 dir2)

Intersection point between two infinite lines.

Public Static
LineDirIntersectionPointXZ (Vector3 start1, Vector3 dir1, Vector3 start2, Vector3 dir2, out bool intersects)

Intersection point between two infinite lines.

Public Static