#include "qwt_math.h"
Go to the source code of this file.
Functions | |
double | qwtNormalizeDegrees (double degrees) |
Normalize an angle to be int the range [0.0, 360.0[. More... | |
double | qwtNormalizeRadians (double radians) |
Normalize an angle to be int the range [0.0, 2 * PI[. More... | |
quint32 | qwtRand () |
Uses QRandomGenerator for Qt >= 5.10 and qRand() otherwise. More... | |
double qwtNormalizeDegrees | ( | double | degrees | ) |
Normalize an angle to be int the range [0.0, 360.0[.
radians | Angle in degrees |
Definition at line 35 of file qwt_math.cpp.
double qwtNormalizeRadians | ( | double | radians | ) |
Normalize an angle to be int the range [0.0, 2 * PI[.
radians | Angle in radians |
Definition at line 20 of file qwt_math.cpp.
quint32 qwtRand | ( | ) |
Uses QRandomGenerator for Qt >= 5.10 and qRand() otherwise.
Definition at line 48 of file qwt_math.cpp.