You are here: Start » AVL.NET » AVL.ProjectPointOrthogonal Method
AVL.ProjectPointOrthogonal Method
Converts a point through a simple orthogonal projection, parallel to the Z axis.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ProjectPointOrthogonal( AvlNet.Point3D inPoint3D, AvlNet.Point2D inCenter, out AvlNet.Point2D outPoint2D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint3D | AvlNet.Point3D | |||
![]() | inCenter | AvlNet.Point2D | Center of projection, i.e. the target for projected points (0, 0, z). | ||
![]() | outPoint2D | AvlNet.Point2D |


