You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inPaths | System.Collections.Generic.List<Avl.Path> | |||
![]() | inDelta | Avl.Vector2D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPaths | System.Collections.Generic.List<Avl.Path> |