You are here: Start » AVL.NET » Invoke.MirrorSurface

Invoke.MirrorSurface

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void MirrorSurface
(
	Avl.Surface inSurface,
	Avl.Surface outSurface,
	Optional<Avl.Matrix> outTransform
)

Parameters

Name Type Range Default Description
inSurfaceAvl.SurfaceInput surface.
outSurfaceAvl.SurfaceMirrored surface.
outTransformAtl.Optional<Avl.Matrix>Matrix of the transform used to mirror the surface.

See also