You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]()  | inGrid | Avl.Point3DGrid | |||
![]()  | inPlane | Avl.Plane3D | The plane being a mirror. | ||
![]()  | outGrid | Avl.Point3DGrid | |||
![]()  | outTransform | Atl.Optional<Avl.Matrix> | Matrix of the transform used to mirror the input grid. | 


