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