You are here: Start » AVL.NET » Function Reference » Path » Path Spatial Transforms » AVL.AlignPathArray

AVL.AlignPathArray

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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