ProjectPointOrthogonal


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

Syntax

C++
C#
Python
 
def ProjectPointOrthogonal(
	inPoint3D: Point3D,
	inCenter: Point2D,
	/
)
-> outPoint2D: Point2D

Parameters

Name Type Default Description
Input value inPoint3D Point3D
Input value inCenter Point2D Center of projection, i.e. the target for projected points (0, 0, z)
Output value outPoint2D Point2D