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

Invoke.TranslatePathArray

Translates an array of paths by a vector.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TranslatePathArray
(
	List<Avl.Path> inPaths,
	Avl.Vector2D inDelta,
	bool inInverse,
	List<Avl.Path> outPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.List<Avl.Path>
inDeltaAvl.Vector2DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPathsSystem.Collections.Generic.List<Avl.Path>

See also