Back to Adaptive Vision 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
inPath Path Input path
inCenter Point2D* Center of rotation (the mass center by default)
inAngle Real Clockwise rotation angle
inInverse Bool Switches to the inverse operation
outPath Path Output path

Examples

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

Complexity Level

This filter is available on Basic Complexity Level.

See Also

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