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

AVS.AlignPoint3DArrayToPlane Method

Rotates an array of 3D points with a rotation that transforms the input plane to be parallel to XY plane.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AlignPoint3DArrayToPlane
(
	IList<AvlNet.Point3D> inPoints,
	AvlNet.Plane3D inPlane,
	IList<AvlNet.Point3D> outPoints,
	AvlNet.Matrix outTransform,
	AvlNet.Matrix outInvertedTransform
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point3D>
inPlaneAvlNet.Plane3DThe plane that determines rotation transform.
outPointsSystem.Collections.Generic.IList<AvlNet.Point3D>
outTransformAvlNet.MatrixMatrix of the transform used to align the input points.
outInvertedTransformAvlNet.MatrixMatrix of the transform rotating the output points to the input ones.

Function Overrides

See also