Back to FabImage Library website
You are here: Start » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » RotateAngle
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Adds two angles.
Syntax
C++
C#
void fil::RotateAngle ( float inAngle, float inRotationAngle, fil::AngleRange::Type inAngleRange, bool inInverse, float& outAngle )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inAngle | float | ||
![]() |
inRotationAngle | float | ||
![]() |
inAngleRange | AngleRange::Type | _0_180 | |
![]() |
inInverse | bool | ||
![]() |
outAngle | float& |
In-place Processing
This function supports in-place data processing - you can pass the same reference to inAngle and outAngle
Read more about In-place Computation.