You are here: Start » AVL.NET » Invoke.TranslatePath
Translates a path by a vector.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void TranslatePath ( Avl.Path inPath, Avl.Vector2D inDelta, bool inInverse, Avl.Path outPath )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPath | Avl.Path | Input path. | ||
![]()  | inDelta | Avl.Vector2D | Translation vector. | ||
![]()  | inInverse | bool | Switches to the inverse operation. | ||
![]()  | outPath | Avl.Path | Output path. | 


