Back to FabImage Studio website

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

RotatePath


Module: FoundationLite

Rotates a path clockwise around a center point.

Name Type Description
Input value inPath Path Input path
Input value inCenter Point2D* Center of rotation (the mass center by default)
Input value inAngle Real Clockwise rotation angle
Input value inInverse Bool Switches to the inverse operation
Output value outPath Path Output path

Examples

RotatePath run on the sample paths with inAngle = 90, inCenter = Nil.

Complexity Level

This filter is available on Advanced Complexity Level.

See Also

  • AlignPath – Moves a path from a local coordinate system to the absolute one.