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


