You are here: Start » AVL.NET » Function Reference » Point3DGrid » Point3DGrid Spatial Transforms » AVL.MirrorPoint3DGrid

AVL.MirrorPoint3DGrid

Mirrors each grid point according to the input plane.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inGridAvlNet.Point3DGrid
inPlaneAvlNet.Plane3DThe plane being a mirror.
outGridAvlNet.Point3DGrid
outTransformAvlNet.NullableRef<AvlNet.Matrix>Matrix of the transform used to mirror the input grid. Can be null to skip this parameter calculation.

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite plane on input in MirrorPoint3DGrid.

Function Overrides

See also