You are here: Start » AVL.NET » Invoke.MirrorPoint3DArray
Mirrors each point from the array according to the input plane.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void MirrorPoint3DArray ( List<Avl.Point3D> inPoints3D, Avl.Plane3D inPlane, List<Avl.Point3D> outPoints3D, Optional<Avl.Matrix> outTransform )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints3D | System.Collections.Generic.List<Avl.Point3D> | |||
![]() | inPlane | Avl.Plane3D | The plane being a mirror. | ||
![]() | outPoints3D | System.Collections.Generic.List<Avl.Point3D> | |||
![]() | outTransform | Atl.Optional<Avl.Matrix> | Matrix of the transform used to mirror the input points. |