Back to Aurora Vision Library website

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

ProjectPointOntoPlane3D


Header: AVL.h
Namespace: avl
Module: Vision3DLite

Projects a point 3D onto a plane.

Syntax

C++
C#
 
void avl::ProjectPointOntoPlane3D
(
	const avl::Point3D& inPoint3D,
	const avl::Plane3D& inPlane,
	avl::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.