Home
last modified time | relevance | path

Searched defs:DegToRad (Results 1 – 25 of 79) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/geometry/
H A Dangle_conversions.h13 GEOMETRY_EXPORT constexpr double DegToRad(double deg) { in DegToRad() function
16 GEOMETRY_EXPORT constexpr float DegToRad(float deg) { in DegToRad() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/geometry/
H A Dangle_conversions.h13 GEOMETRY_EXPORT constexpr double DegToRad(double deg) { in DegToRad() function
16 GEOMETRY_EXPORT constexpr float DegToRad(float deg) { in DegToRad() function
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FMath/
H A DFMath.h96 inline double DegToRad(double val) { return (val * Pi/180.0); } in DegToRad() function
101 inline float DegToRad(float val) { return (val * (float)Pi/180.0f); } in DegToRad() function
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/include/FMath/
H A DFMath.h96 inline double DegToRad(double val) { return (val * Pi/180.0); } in DegToRad() function
101 inline float DegToRad(float val) { return (val * (float)Pi/180.0f); } in DegToRad() function
/dports/graphics/R-cran-farver/farver/src/
H A DUtils.h9 #define DegToRad(x) ((x)*M_PI/180) macro
/dports/graphics/colmap/colmap-3.6/src/util/
H A Dmath.h194 float DegToRad(const float deg) { in DegToRad() function
198 double DegToRad(const double deg) { in DegToRad() function
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/carbon/
H A Dutilscocoa.mm194 static inline double DegToRad(double deg) { return (deg * M_PI) / 180.0; } function
H A Dfont.cpp445 static inline double DegToRad(double deg) { return (deg * M_PI) / 180.0; } in DegToRad() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/carbon/
H A Dutilscocoa.mm194 static inline double DegToRad(double deg) { return (deg * M_PI) / 180.0; } function
H A Dfont.cpp445 static inline double DegToRad(double deg) { return (deg * M_PI) / 180.0; } in DegToRad() function
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/qa/utils/kicad2step/pcb/
H A Dtest_base.cpp56 constexpr double DegToRad( double aDeg ) in DegToRad() function
/dports/astro/stellarsolver/stellarsolver-1.8/tester/
H A Ddms.h390 static constexpr double DegToRad = { 3.14159265358979323846264338327950288 / 180.0 }; variable
/dports/astro/kstars/kstars-3.5.6/kstars/auxiliary/
H A Ddms.h385 static constexpr double DegToRad = { M_PI / 180.0 }; variable
/dports/science/libkml/libkml-1.3.0/src/kml/base/
H A Dmath_util.cc93 double DegToRad(double degrees) { return degrees * M_PI / 180.0; } in DegToRad() function
/dports/devel/libdsp/libdsp-src-5.0.2/libDSP-5.0.2/dsp/
H A DDSPOp.hh1939 double DegToRad (double dSource) in DegToRad() function in clDSPOp
1942 float DegToRad (float fSource) in DegToRad() function in clDSPOp
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxchart/src/
H A Dpie3dchartpoints.cpp54 static inline double DegToRad( in DegToRad() function
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/include/ogc/
H A Dgu.h57 #define DegToRad(a) ( (a) * 0.01745329252f ) macro
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DInternals.cpp307 double DegToRad = acos(-1.0)/180.0; in InternalsToCartesians() local
/dports/graphics/cenon/Cenon/VHFShared/
H A Dtypes.h184 #define DegToRad(a) ((a)*Pi/180.0) // changes degree to rad macro
/dports/devel/bullet/bullet3-3.21/examples/Experiments/ImplicitCloth/stan/
H A Dvecmath.h18 inline float DegToRad(float angle_degrees) { return angle_degrees * M_PIf / 180.0f; } // returns R… in DegToRad() function
/dports/devel/upp/upp/uppsrc/ScatterDraw/
H A DEquation.cpp136 static inline double DegToRad(double deg) {return deg*M_PI/180.;} in DegToRad() function
/dports/devel/py-bullet3/bullet3-3.21/examples/Experiments/ImplicitCloth/stan/
H A Dvecmath.h18 inline float DegToRad(float angle_degrees) { return angle_degrees * M_PIf / 180.0f; } // returns R… in DegToRad() function
/dports/math/gambit/gambit-16.0.1/src/gui/
H A Ddcsvg.cc41 static inline double DegToRad(double deg) { return (deg * M_PI) / 180.0; } ; in DegToRad() function
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/svg/
H A Ddcsvg.cpp39 static inline double DegToRad(double deg) { return (deg * M_PI) / 180.0; } ; in DegToRad() function
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/svg/
H A Ddcsvg.cpp39 static inline double DegToRad(double deg) { return (deg * M_PI) / 180.0; } ; in DegToRad() function

1234