Back to FabImage Library website

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

TranslateSurface


Header: FIL.h
Namespace: fil
Module: Vision3DStandard

Translates a surface by a vector.

Syntax

C++
C#
 
void fil::TranslateSurface
(
	const fil::Surface& inSurface,
	const fil::Vector3D& inDelta,
	bool inInverse,
	fil::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