Back to Adaptive Vision Library website

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

ProjectPoint3DOntoPlane


Projects a point 3D onto a plane.

Syntax

C++
C#
 
void avl::ProjectPoint3DOntoPlane
(
	const avl::Point3D& inPoint,
	const avl::Plane3D& inPlane,
	avl::Point3D& outPointOnPlane
)

Parameters

Name Type Default Description
inPoint const Point3D&
inPlane const Plane3D&
outPointOnPlane Point3D& Point projected on a plane orthogonally