Start » Filter Reference » Path » Path Spatial Transforms » TranslatePath
Module: | FoundationLite |
---|
Translates a path by a vector.
Name | Type | Description | |
---|---|---|---|
![]() |
inPath | Path | Input path |
![]() |
inDelta | Vector2D | Translation vector |
![]() |
inInverse | Bool | Switches to the inverse operation |
![]() |
outPath | Path | Output path |
Examples
![]() |
![]() |
TranslatePath run on the sample paths with inDelta = Vector2D(50,0).
Complexity Level
This filter is available on Advanced Complexity Level.
See Also
- RotatePath – Rotates a path clockwise around a center point.
- AlignPath – Moves a path from a local coordinate system to the absolute one.