You are here: Start » AVL.NET » AVL.LineLineIntersection Method
AVL.LineLineIntersection Method
Computes a common point of two lines.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void LineLineIntersection( AvlNet.Line2D inLine1, AvlNet.Line2D inLine2, out AvlNet.Point2D? outIntersectionPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inLine1 | AvlNet.Line2D | |||
![]() | inLine2 | AvlNet.Line2D | |||
![]() | outIntersectionPoint | AvlNet.Point2D? |
Examples
![]() |
![]() |
LineLineIntersection performed on two lines.
Errors
| Error type | Description |
|---|---|
| DomainError | Indefinite line on input in LineLineIntersection. |




