UtilIntersectLineLine Method |
| Name | Description | |
|---|---|---|
| IntersectLineLine(Vector2, Vector2, Vector2, Vector2) |
Calculate the intersection point of two line segments.
| |
| IntersectLineLine(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. |