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
)

Parameters

Name Type Range Default Description
inGridAvlNet.Point3DGrid
inPlaneAvlNet.Plane3DThe plane being a mirror.
outGridAvlNet.Point3DGrid

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite plane on input in MirrorPoint3DGrid.

Function Overrides

See also