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




