You are here: Start » AVL.NET » AVL.PointOnLineProjection(AvlNet.Point2D, AvlNet.Line2D, AvlNet.Point2D)
AVL.PointOnLineProjection(AvlNet.Point2D, AvlNet.Line2D, AvlNet.Point2D)
Projects a point onto a line.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void PointOnLineProjection( AvlNet.Point2D inPoint, AvlNet.Line2D inLine, out AvlNet.Point2D outProjectionPoint )
Parameters
- inPoint
- Type: AvlNet.Point2D
- inLine
- Type: AvlNet.Line2D
- outProjectionPoint
- Type: AvlNet.Point2D
Examples
![]() |
![]() |
PointOnLineProjection performed on point and line.
Errors
| Error type | Description |
|---|---|
| DomainError | Indefinite line on input in PointOnLineProjection. |


