Back to FabImage Studio website

You are here: Start » Filter Reference » Path » Path Spatial Transforms » TranslatePath

TranslatePath


Module: FoundationLite

Translates a path by a vector.

Name Type Description
Input value inPath Path Input path
Input value inDelta Vector2D Translation vector
Input value inInverse Bool Switches to the inverse operation
Output value 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.