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,
	NullableRef<AvlNet.Matrix> outTransform
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
outSurfaceAvlNet.SurfaceMirrored surface.
outTransformAvlNet.NullableRef<AvlNet.Matrix>Matrix of the transform used to mirror the surface. Can be null to skip this parameter calculation.

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