Back to Adaptive Vision Studio website

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

TranslatePath


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 Basic 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.