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

AVL.MirrorSurface

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void MirrorSurface
(
	AvlNet.Surface inSurface,
	AvlNet.Surface outSurface,
	AvlNet.Matrix outTransform
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
outSurfaceAvlNet.SurfaceMirrored surface.
outTransformAvlNet.MatrixMatrix of the transform used to mirror the surface.

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

Function Overrides

See also