Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 2D Spatial Transforms » RotateAngle_Toward
Changes the input direction in the direction of minimum rotation toward the target direction.
Syntax
C++
C#
void avl::RotateAngle_Toward ( atl::real inAngle, atl::real inTargetAngle, avl::AngleRange::Type inAngleRange, atl::real inRotationAngle, bool inInverse, atl::real& outAngle )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inAngle | real | ||
![]() |
inTargetAngle | real | ||
![]() |
inAngleRange | AngleRange::Type | ||
![]() |
inRotationAngle | real | ||
![]() |
inInverse | bool | ||
![]() |
outAngle | real& |


