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