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

Invoke.TranslateLine

Translates a line by a vector.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TranslateLine
(
	Avl.Line2D inLine,
	Avl.Vector2D inDelta,
	bool inInverse,
	Avl.TranslateAlignment inDeltaAlignment,
	out Avl.Line2D outLine
)

Parameters

Name Type Range Default Description
inLineAvl.Line2D
inDeltaAvl.Vector2DVector of translation.
inInverseboolSwitches to the inverse operation.
inDeltaAlignmentAvl.TranslateAlignment
outLineAvl.Line2D

See also