Click or drag to resize

UtilIntersectLineLine Method

Overload List
 NameDescription
Public methodStatic memberIntersectLineLine(Vector2, Vector2, Vector2, Vector2) Calculate the intersection point of two line segments.
Public methodStatic memberIntersectLineLine(Vector2, Vector2, Vector2, Vector2, Boolean) Calculate the intersection point of two lines or two line segments.

If bounded is true, this acts like IntersectLineLine(Vector2, Vector2, Vector2, Vector2), otherwise, it considers both lines to extend indefinitely.

Top
See Also