Searched refs:deg (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dgeometry.cpp190 wxDouble deg = atan2( (double)m_y , (double)m_x ) * 180 / M_PI; local
191 if ( deg < 0 )
193 deg += 360;
195 return deg;
222 wxDouble deg = atan2( m_y , m_x ) * 180 / M_PI; local
223 if ( deg < 0 )
225 deg += 360;
227 return deg;
H A Ddcgraph.cpp43 static inline double DegToRad(double deg) argument
45 return (deg * M_PI) / 180.0;
H A Dgraphcmn.cpp45 static inline double DegToRad(double deg) argument
47 return (deg * M_PI) / 180.0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/cube/
H A Dcube.h75 void Rotate(GLfloat deg);
H A Dcube.cpp412 void TestGLCanvas::Rotate( GLfloat deg )
417 glRotatef((GLfloat)deg, 0.0f, 0.0f, 1.0f);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgraphicc.cpp63 static inline double DegToRad(double deg) argument
65 return (deg * M_PI) / 180.0;
67 static inline double RadToDeg(double deg) argument
69 return (deg * 180.0) / M_PI;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dgraphics.cpp57 static inline double DegToRad(double deg) { return (deg * M_PI) / 180.0; } argument
58 static inline double RadToDeg(double deg) { return (deg * 180.0) / M_PI; } argument
H A Ddc.cpp122 static inline double DegToRad(double deg) { return (deg * M_PI) / 180.0; } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/svg/
H A Ddcsvg.cpp39 static inline double DegToRad(double deg) { return (deg * M_PI) / 180.0; } ; argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddccg.cpp140 static inline double DegToRad(double deg) { return (deg * M_PI) / 180.0; } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddc.cpp167 static inline double DegToRad(double deg) { return (deg * M_PI) / 180.0; } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddc.cpp72 static inline double DegToRad(double deg) { return (deg * M_PI) / 180.0; } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcclient.cpp76 static inline double DegToRad(double deg) { return (deg * M_PI) / 180.0; } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcclient.cpp76 static inline double DegToRad(double deg) { return (deg * M_PI) / 180.0; } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddcclient.cpp77 static inline double DegToRad(double deg) { return (deg * M_PI) / 180.0; } argument

Completed in 285 milliseconds