Back to FabImage Library website

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

ProjectPointOntoPlane3D


Header: FIL.h
Namespace: fil
Module: Vision3DLite

Projects a point 3D onto a plane.

Syntax

C++
C#
 
void fil::ProjectPointOntoPlane3D
(
	const fil::Point3D& inPoint3D,
	const fil::Plane3D& inPlane,
	fil::Point3D& outPointOnPlane
)

Parameters

Name Type Default Description
Input value inPoint3D const Point3D&
Input value inPlane const Plane3D&
Output value outPointOnPlane Point3D& Point projected on a plane orthogonally

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite plane on input in ProjectPointOntoPlane3D.