![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Utility functions for angle management. More...
#include <IPSDKMath/Constants.h>#include <IPSDKUtil/BaseTypes.h>#include <IPSDKUtil/Tools/ForceInline.h>Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::math | |
| Namespace agregating IPSDK mathematical routines and classes. | |
Functions | |
| IPSDK_FORCEINLINE ipReal64 | ipsdk::math::modulo (const ipReal64 angle, const ipReal64 modulo) |
| function allowing to compute modulo of an angle More... | |
| IPSDK_FORCEINLINE ipReal64 | ipsdk::math::centerModulo (const ipReal64 angle, const ipReal64 modulo) |
| function allowing to compute centered modulo of an angle More... | |
| IPSDK_FORCEINLINE ipReal64 | ipsdk::math::degToRad (const ipReal64 angle) |
| convertion functions between radians and degrees | |
| IPSDK_FORCEINLINE ipReal64 | ipsdk::math::radToDeg (const ipReal64 angle) |
| convertion functions between radians and degrees | |
Utility functions for angle management.
1.8.14