Searched refs:myPi (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dlines.cpp665 const double myPi = (double) M_PI; local
689 theta = (double)(myPi/2.0);
792 theta = (double)(3.0*myPi/2.0);
795 theta = (double)(myPi/2.0);
801 theta = (double)(myPi + atan((y2 - y1)/(x2 - x1)));
804 theta = (double)(2*myPi + atan((y2 - y1)/(x2 - x1)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dshapes.cpp1159 const double myPi = M_PI; local
1160 double ninetyDegrees = myPi/2.0;
1174 if (theta >= 2.0*myPi || theta < 0.0)

Completed in 102 milliseconds