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

AVL.AlignPathArray Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AlignPathArray(
	AvlNet.Path[] inPaths,
	AvlNet.CoordinateSystem2D inAlignment,
	bool inInverse,
	out AvlNet.Path[] outAlignedPaths
)

Parameters

Name Type Range Default Description
inPathsAvlNet.Path
inAlignmentAvlNet.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedPathsAvlNet.Path

See also