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

AVL.TranslatePathArray

Translates an array of paths by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void TranslatePathArray
(
	AvlNet.Path[] inPaths,
	AvlNet.Vector2D inDelta,
	bool inInverse,
	out AvlNet.Path[] outPaths
)

Parameters

Name Type Range Default Description
inPathsAvlNet.Path[]
inDeltaAvlNet.Vector2DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPathsAvlNet.Path[]

See also