Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 2D Spatial Transforms » RotateAngle
Adds two angles.
Syntax
C++
C#
void avl::RotateAngle ( atl::real inAngle, atl::real inRotationAngle, avl::AngleRange::Type inAngleRange, bool inInverse, atl::real& outAngle )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inAngle | real | ||
![]() |
inRotationAngle | real | ||
![]() |
inAngleRange | AngleRange::Type | ||
![]() |
inInverse | bool | ||
![]() |
outAngle | real& |


