Start » Filter Reference » Geometry 2D » Geometry 2D Spatial Transforms » RotatePoint
Module: | FoundationLite |
---|
Rotates a point clockwise around a center point.
Name | Type | Description | |
---|---|---|---|
![]() |
inPoint | Point2D | |
![]() |
inCenter | Point2D | Center of rotation |
![]() |
inAngle | Real | Clockwise rotation angle |
![]() |
inInverse | Bool | Switches to the inverse operation |
![]() |
outPoint | Point2D |
Examples
![]() |
![]() |
RotatePoint performed on the sample point, inCenter = (136.0, 135.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.