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
)

Parameters

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

Function Overrides

See also