Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 2D Spatial Transforms » RotatePoint
Rotates a point clockwise around a center point.
Syntax
C++
C#
void avl::RotatePoint ( const avl::Point2D& inPoint, const avl::Point2D& inCenter, atl::real inAngle, bool inInverse, avl::Point2D& outPoint )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint | const Point2D& | ||
![]() |
inCenter | const 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.




