You are here:
Start »
AVL.NET »
AVL.LineLineIntersection(AvlNet.Line2D, AvlNet.Line2D, AvlNet.Point2D?)
AVL.LineLineIntersection(AvlNet.Line2D, AvlNet.Line2D, AvlNet.Point2D?)
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void LineLineIntersection(
AvlNet.Line2D inLine1,
AvlNet.Line2D inLine2,
out AvlNet.Point2D? outIntersectionPoint
)
Parameters
- inLine1
- Type: AvlNet.Line2D
- inLine2
- Type: AvlNet.Line2D
- outIntersectionPoint
- Type: System.Nullable<AvlNet.Point2D>
Examples
LineLineIntersection performed on two lines.
Errors
| Error type |
Description |
| DomainError |
Indefinite line on input in LineLineIntersection. |
See also