You are here: Start » AVL.NET » Invoke.MirrorPoint3D
Mirrors a point according to the input plane.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void MirrorPoint3D ( Avl.Point3D inPoint3D, Avl.Plane3D inPlane, out Avl.Point3D outPoint3D, Optional<Avl.Matrix> outTransform )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoint3D | Avl.Point3D | |||
![]()  | inPlane | Avl.Plane3D | The plane being a mirror. | ||
![]()  | outPoint3D | Avl.Point3D | |||
![]()  | outTransform | Atl.Optional<Avl.Matrix> | Matrix of the transform used to mirror the input point. | 


