Start » Filter Reference » Geometry 2D » Geometry 2D Spatial Transforms » RotateLine
Module: | FoundationLite |
---|
Rotates a line clockwise around a center point.
Name | Type | Description | |
---|---|---|---|
inLine | Line2D | ||
inCenter | Point2D | Center of rotation | |
inAngle | Real | Clockwise angle of rotation | |
inInverse | Bool | Switches to the inverse operation | |
outLine | Line2D |
Examples
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 | Indefinite line on input in RotateLine. |
Complexity Level
This filter is available on Advanced Complexity Level.