You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » AVL.MirrorPoint3DArray

AVL.MirrorPoint3DArray

Mirrors each point from the array according to the input plane.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void MirrorPoint3DArray
(
	IList<AvlNet.Point3D> inPoints3D,
	AvlNet.Plane3D inPlane,
	IList<AvlNet.Point3D> outPoints3D
)

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.IList<AvlNet.Point3D>
inPlaneAvlNet.Plane3DThe plane being a mirror.
outPoints3DSystem.Collections.Generic.IList<AvlNet.Point3D>

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite plane on input in MirrorPoint3DArray.

Function Overrides

See also