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

AVL.AlignPointArray Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AlignPointArray(
	AvlNet.Point2D[] inPoints,
	AvlNet.CoordinateSystem2D inAlignment,
	bool inInverse,
	out AvlNet.Point2D[] outAlignedPoints
)

Parameters

Name Type Range Default Description
inPointsAvlNet.Point2D
inAlignmentAvlNet.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedPointsAvlNet.Point2D

See also