You are here: Start » AVL.NET » Invoke.MirrorPoint3DGrid

Invoke.MirrorPoint3DGrid

Mirrors each grid point according to the input plane.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void MirrorPoint3DGrid
(
	Avl.Point3DGrid inGrid,
	Avl.Plane3D inPlane,
	Avl.Point3DGrid outGrid,
	Optional<Avl.Matrix> outTransform
)

Parameters

Name Type Range Default Description
inGridAvl.Point3DGrid
inPlaneAvl.Plane3DThe plane being a mirror.
outGridAvl.Point3DGrid
outTransformAtl.Optional<Avl.Matrix>Matrix of the transform used to mirror the input grid.

See also