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

Invoke.AlignLine

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void AlignLine
(
	Avl.Line2D inLine,
	Avl.CoordinateSystem2D inAlignment,
	bool inInverse,
	out Avl.Line2D outAlignedLine
)

Parameters

Name Type Range Default Description
inLineAvl.Line2D
inAlignmentAvl.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedLineAvl.Line2D

See also