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 )


