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

Invoke.AlignPointArray

Moves an array of points from a local coordinate system to the absolute one.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void AlignPointArray
(
	List<Avl.Point2D> inPoints,
	Avl.CoordinateSystem2D inAlignment,
	bool inInverse,
	List<Avl.Point2D> outAlignedPoints
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Avl.Point2D>
inAlignmentAvl.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedPointsSystem.Collections.Generic.List<Avl.Point2D>

See also