Start » Filter Reference » Geometry 2D » Geometry 2D Spatial Transforms » RotateCircle
Module: | FoundationLite |
---|
Rotates a circle clockwise around a center point.
Name | Type | Description | |
---|---|---|---|
![]() |
inCircle | Circle2D | |
![]() |
inCenter | Point2D | Center of rotation |
![]() |
inAngle | Real | Clockwise rotation angle |
![]() |
inInverse | Bool | Switches to the inverse operation |
![]() |
outCircle | Circle2D |
Examples
![]() |
![]() |
RotateCircle performed on the sample circle, inCenter = (173.0, 163.0), inAngle = 180.0 and inInverse = False. The inCenter point is drawn on the first image in blue
Complexity Level
This filter is available on Advanced Complexity Level.