MCPcopy Create free account
hub / github.com/MapServer/MapServer / deg2rad

Function deg2rad

renderers/agg/include/agg_basics.h:246–249  ·  view source on GitHub ↗

------------------------------------------------------------------deg2rad

Source from the content-addressed store, hash-verified

244
245 //------------------------------------------------------------------deg2rad
246 inline double deg2rad(double deg)
247 {
248 return deg * pi / 180.0;
249 }
250
251 //------------------------------------------------------------------rad2deg
252 inline double rad2deg(double rad)

Callers 3

parse_rotateMethod · 0.85
parse_skew_xMethod · 0.85
parse_skew_yMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected