Home
last modified time | relevance | path

Searched refs:ONE_PI (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/pfstools/pfstools-2.1.0/src/filter/
H A Dpfspanoramic.cpp47 const double ONE_PI = 0.31830988618379067154; // 1/PI variable
595 v = lat * ONE_PI; in directionToUV()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/plugins/dataobject/periodogram/
H A Dperiodogram.cpp22 #define ONE_PI 3.1415926535897930475926 macro
477 theta = ONE_PI / (double)(n>>1); in realft()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dviewitem.cpp43 static const qreal ONE_PI = 3.14159265358979323846264338327950288419717; variable
44 static qreal TWO_PI = 2.0 * ONE_PI;
45 static qreal RAD2DEG = 180.0 / ONE_PI;
1300 qreal theta = rotationAngle()*ONE_PI/180.0; in startDragging()
2429 return 180.0/ONE_PI * atan2(transform().m12(), transform().m11()); in rotationAngle()