Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Dvertex_longitude.hpp81 CT const half_pi = math::pi<CT>() / c2; in apply() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dmath.hpp519 inline T half_pi() { return detail::define_half_pi<T>::apply(); } in half_pi() function