Back to Aurora Vision Library website

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

ProjectPointOrthogonal


Header: AVL.h
Namespace: avl
Module: Vision3DLite

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

Syntax

C++
C#
 
void avl::ProjectPointOrthogonal
(
	const avl::Point3D& inPoint3D,
	const avl::Point2D& inCenter,
	avl::Point2D& outPoint2D
)

Parameters

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