You are here: Start » AVL.NET » AVS.MirrorPoint3DArray Method

AVS.MirrorPoint3DArray Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void MirrorPoint3DArray
(
	IList<AvlNet.Point3D> inPoints3D,
	AvlNet.Plane3D inPlane,
	IList<AvlNet.Point3D> outPoints3D,
	NullableRef<AvlNet.Matrix> outTransform
)

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.IList<AvlNet.Point3D>
inPlaneAvlNet.Plane3DThe plane being a mirror.
outPoints3DSystem.Collections.Generic.IList<AvlNet.Point3D>
outTransformAvlNet.NullableRef<AvlNet.Matrix>Matrix of the transform used to mirror the input points. Can be null to skip this parameter calculation.

Function Overrides

See also