Back to Adaptive Vision Library website

You are here: Start » Function Reference » Surface Spatial Transforms » ProjectSurfaceOntoPlane

ProjectSurfaceOntoPlane


Projects a surface on another plane, replacing Z coordinate of a point with its distance from a given plane.

Header:AVL.h

Syntax

C++
C#
 
void avl::ProjectSurfaceOntoPlane
(
	const avl::Surface& inSurface,
	const avl::Plane3D& inPlane,
	const bool inUseAbsoluteDistance,
	avl::Surface& outSurface
)

Parameters

Name Type Default Description
inSurface const Surface&
inPlane const Plane3D&
inUseAbsoluteDistance const bool
outSurface Surface&