You are here: Start » AVL.NET » AVL.ProjectPointOnLine3D Method
AVL.ProjectPointOnLine3D Method
Projects a point 3D onto a line in 3D.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ProjectPointOnLine3D( AvlNet.Point3D inPoint3D, AvlNet.Line3D inLine3D, out AvlNet.Point3D outPointOnLine3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint3D | AvlNet.Point3D | |||
![]() | inLine3D | AvlNet.Line3D | |||
![]() | outPointOnLine3D | AvlNet.Point3D | Point projected on a line orthogonally. |


