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

AVS.TranslatePathArray Method

Translates an array of paths by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TranslatePathArray
(
	IList<AvlNet.Path> inPaths,
	AvlNet.Vector2D inDelta,
	bool inInverse,
	IList<AvlNet.Path> outPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.IList<AvlNet.Path>
inDeltaAvlNet.Vector2DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPathsSystem.Collections.Generic.IList<AvlNet.Path>

See also