Go to the documentation of this file.
11#include <QtCore/QtGlobal>
19static const double I_PI = 3.14159265358979323846;
24static const double I_2PI = 6.2831853071795864769;
42 return degree / 180.0 * I_PI;
48 return radian * 180.0 / I_PI;
Package with mathematical functions and algebraical primitives.
double GetDegreeFromRadian(double radian)
double GetRadianFromDegree(double degree)
© Witold Gantzke and Kirill Lepskiy