IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Functions
Angles.h File Reference

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
 

Detailed Description

Utility functions for angle management.

Author
E. Noirfalise
Date
2015/04/17