You are here: Start » AVL.NET » AVS.MirrorSurface Method

AVS.MirrorSurface Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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