You are here: Start » AVL.NET » Invoke.AlignPath

Invoke.AlignPath

Moves a path from a local coordinate system to the absolute one.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void AlignPath
(
	Avl.Path inPath,
	Avl.CoordinateSystem2D inAlignment,
	bool inInverse,
	Avl.Path outAlignedPath
)

Parameters

Name Type Range Default Description
inPathAvl.PathInput path.
inAlignmentAvl.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedPathAvl.Path

See also