You are here: Start » AVL.NET » Invoke.ProjectPointOrthogonal

Invoke.ProjectPointOrthogonal

Converts a point through a simple orthogonal projection, parallel to the Z axis.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ProjectPointOrthogonal
(
	Avl.Point3D inPoint3D,
	Avl.Point2D inCenter,
	out Avl.Point2D outPoint2D
)

Parameters

Name Type Range Default Description
inPoint3DAvl.Point3D
inCenterAvl.Point2DCenter of projection, i.e. the target for projected points (0, 0, z).
outPoint2DAvl.Point2D

See also