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

AVS.TranslateLine Method

Translates a line by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TranslateLine
(
	AvlNet.Line2D inLine,
	AvlNet.Vector2D inDelta,
	bool inInverse,
	AvlNet.TranslateAlignment inDeltaAlignment,
	out AvlNet.Line2D outLine
)

Parameters

Name Type Range Default Description
inLineAvlNet.Line2D
inDeltaAvlNet.Vector2DVector of translation.
inInverseboolSwitches to the inverse operation.
inDeltaAlignmentAvlNet.TranslateAlignment
outLineAvlNet.Line2D

See also