You are here: Start » AVL.NET » AVS.LineLineIntersection Method
AVS.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? |


