Start » Filter Reference » Path » Path Spatial Transforms » RotatePathArray
Module: | FoundationLite |
---|
Rotates an array of paths clockwise around a center point.
Name | Type | Description | |
---|---|---|---|
inPaths | PathArray | ||
inCenter | Point2D* | Center of rotation (the mass center by default) | |
inAngle | Real | Clockwise rotation angle | |
inInverse | Bool | Switches to the inverse operation | |
outPaths | PathArray |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Center of rotation cannot be computed in RotatePathArray. |
Complexity Level
This filter is available on Basic Complexity Level.