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

AVL.TranslatePathArray Method

Translates an array of paths by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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