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

AVS.MirrorPoint3DGrid Method

Mirrors each grid point according to the input plane.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void MirrorPoint3DGrid
(
	AvlNet.Point3DGrid inGrid,
	AvlNet.Plane3D inPlane,
	AvlNet.Point3DGrid outGrid,
	AvlNet.Matrix outTransform
)

Parameters

Name Type Range Default Description
inGridAvlNet.Point3DGrid
inPlaneAvlNet.Plane3DThe plane being a mirror.
outGridAvlNet.Point3DGrid
outTransformAvlNet.MatrixMatrix of the transform used to mirror the input grid.

Function Overrides

See also