You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » AVL.AlignPointArray

AVL.AlignPointArray

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>
inAlignmentAvlNet.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedPointsSystem.Collections.Generic.IList<AvlNet.Point2D>

See also