Home
last modified time | relevance | path

Searched refs:as_radian (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/
H A Dsegment.hpp140 CalculationType lat1_rad = math::as_radian<Units>(lat1); in compute_box_corners()
141 CalculationType lat2_rad = math::as_radian<Units>(lat2); in compute_box_corners()
304 CalculationType lon1_rad = math::as_radian<Units>(lon1); in apply()
305 CalculationType lat1_rad = math::as_radian<Units>(lat1); in apply()
306 CalculationType lon2_rad = math::as_radian<Units>(lon2); in apply()
307 CalculationType lat2_rad = math::as_radian<Units>(lat2); in apply()
324 CalculationType lon1_rad = math::as_radian<Units>(lon1); in apply()
325 CalculationType lat1_rad = math::as_radian<Units>(lat1); in apply()
326 CalculationType lon2_rad = math::as_radian<Units>(lon2); in apply()
327 CalculationType lat2_rad = math::as_radian<Units>(lat2); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/transform/
H A Dmatrix_transformers.hpp312 struct as_radian struct
317 struct as_radian<radian> struct
327 struct as_radian<degree> struct
388 >(detail::as_radian<DegreeOrRadian>::get(angle)) in rotate_transformer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dmath.hpp623 struct as_radian struct
633 struct as_radian<degree> struct
666 inline T as_radian(T const& value) in as_radian() function
668 return detail::as_radian<DegreeOrRadian>::apply(value); in as_radian()