Start » Filter Reference » Path » Path Spatial Transforms » 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 Advanced Complexity Level.
See Also
- TranslatePath – Translates a path by a vector.
- AlignPath – Moves a path from a local coordinate system to the absolute one.