You are here: Start » AVL.NET » Function Reference » Path » Path Spatial Transforms » 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
(
	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