Back to Adaptive Vision Library website

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

TranslatePlane


Shifts a plane in 3D by a vector.

Syntax

C++
C#
 
void avl::TranslatePlane
(
	const avl::Plane3D& inPlane,
	const avl::Vector3D& inDelta,
	bool inInverse,
	avl::Plane3D& outPlane
)

Parameters

Name Type Default Description
inPlane const Plane3D& Input plane
inDelta const Vector3D& Translation vector
inInverse bool Switches to the inverse operation
outPlane Plane3D& Shifted plane