Home
last modified time | relevance | path

Searched defs:conversion_coefficient (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dmath.hpp607 static T const conversion_coefficient = geometry::math::pi<T>() / T(180.0); in d2r() local
614 static T const conversion_coefficient = T(180.0) / geometry::math::pi<T>(); in r2d() local