Back to Aurora Vision Library website

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

TranslateSurface


Header: AVL.h
Namespace: avl
Module: Vision3DStandard

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
Input value inSurface const Surface& Input surface
Input value inDelta const Vector3D& Translation vector
Input value inInverse bool Switches to the inverse operation
Output value outSurface Surface& Translated surface