Home
last modified time | relevance | path

Searched refs:spherical_azimuth (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/formulas/
H A Dspherical.hpp123 static inline result_spherical<CT> spherical_azimuth(T1 const& lon1, in spherical_azimuth() function
168 inline ReturnType spherical_azimuth(T1 const& lon1, T1 const& lat1, in spherical_azimuth() function
171 return spherical_azimuth<ReturnType, false>(lon1, lat1, lon2, lat2).azimuth; in spherical_azimuth()
175 inline T spherical_azimuth(T const& lon1, T const& lat1, T const& lon2, T const& lat2) in spherical_azimuth() function
177 return spherical_azimuth<T, false>(lon1, lat1, lon2, lat2).azimuth; in spherical_azimuth()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Dazimuth.hpp50 result = geometry::formula::spherical_azimuth<calc_t, true>( in apply()
69 result = geometry::formula::spherical_azimuth<calc_t, false>( in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dazimuth.hpp74 return geometry::formula::spherical_azimuth<ReturnType, false> in apply()