Back to Adaptive Vision Library website

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

MirrorSurface


Header:AVL.h
Namespace:avl

Transforms Z coordinate of each surface point to its opposite value.

Syntax

C++
C#
 
void avl::MirrorSurface
(
	const avl::Surface& inSurface,
	avl::Surface& outSurface,
	atl::Optional<avl::Matrix&> outTransform = atl::NIL
)

Parameters

Name Type Default Description
inSurface const Surface& Input surface
outSurface Surface& Mirrored surface
outTransform Optional<Matrix&> NIL Matrix of the transform used to mirror the surface

Optional Outputs

The computation of following outputs can be switched off by passing value atl::NIL to these parameters: outTransform.

Read more about Optional Outputs.