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

Invoke.TranslatePath

Translates a path by a vector.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TranslatePath
(
	Avl.Path inPath,
	Avl.Vector2D inDelta,
	bool inInverse,
	Avl.Path outPath
)

Parameters

Name Type Range Default Description
inPathAvl.PathInput path.
inDeltaAvl.Vector2DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPathAvl.PathOutput path.

See also