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.

Function Overrides

See also