You are here: Start » AVL.NET » Invoke.AlignPoint3DGridToPlane

Invoke.AlignPoint3DGridToPlane

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void AlignPoint3DGridToPlane
(
	Avl.Point3DGrid inGrid,
	Avl.Plane3D inPlane,
	Avl.Point3DGrid outGrid,
	Optional<Avl.Matrix> outTransform,
	Optional<Avl.Matrix> outInvertedTransform
)

Parameters

Name Type Range Default Description
inGridAvl.Point3DGrid
inPlaneAvl.Plane3DThe plane that determines rotation transform.
outGridAvl.Point3DGrid
outTransformAtl.Optional<Avl.Matrix>Matrix of the transform used to align the input grid.
outInvertedTransformAtl.Optional<Avl.Matrix>Matrix of the transform rotating the output grid to the input one.

See also