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

AVS.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
(
	IList<AvlNet.Path> inPaths,
	AvlNet.CoordinateSystem2D inAlignment,
	bool inInverse,
	IList<AvlNet.Path> outAlignedPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.IList<AvlNet.Path>
inAlignmentAvlNet.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedPathsSystem.Collections.Generic.IList<AvlNet.Path>

See also