Back to Adaptive Vision Library website

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

ProjectPointOntoPlane3D


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
inPoint3D const Point3D&
inPlane const Plane3D&
outPointOnPlane Point3D& Point projected on a plane orthogonally