Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/util/
Dmath.hpp624 static T const conversion_coefficient = geometry::math::pi<T>() / T(180.0); in d2r() local
631 static T const conversion_coefficient = T(180.0) / geometry::math::pi<T>(); in r2d() local