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


