You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » AVL.ProjectPointOrthogonal

AVL.ProjectPointOrthogonal

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPoint3DAvlNet.Point3D
inCenterAvlNet.Point2DCenter of projection, i.e. the target for projected points (0, 0, z).
outPoint2DAvlNet.Point2D

See also