Back to Adaptive Vision Library website

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

TranslateSurface


Translates a surface by a vector.

Syntax

C++
C#
 
void avl::TranslateSurface
(
	const avl::Surface& inSurface,
	const avl::Vector3D& inDelta,
	bool inInverse,
	avl::Surface& outSurface
)

Parameters

Name Type Default Description
inSurface const Surface& Input surface
inDelta const Vector3D& Translation vector
inInverse bool Switches to the inverse operation
outSurface Surface& Translated surface