Back to FabImage Library website

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

ProjectPointOrthogonal


Header: FIL.h
Namespace: fil
Module: Vision3DLite

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

Syntax

C++
C#
 
void fil::ProjectPointOrthogonal
(
	const fil::Point3D& inPoint3D,
	const fil::Point2D& inCenter,
	fil::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&