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

AVS.AlignPath Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AlignPath
(
	AvlNet.Path inPath,
	AvlNet.CoordinateSystem2D inAlignment,
	bool inInverse,
	AvlNet.Path outAlignedPath
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
inAlignmentAvlNet.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedPathAvlNet.Path

See also