Home
last modified time | relevance | path

Searched refs:cos_dlon (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 Dandoyer_inverse.hpp81 CT const cos_dlon = cos(dlon); in apply() local
90 CT cos_d = sin_lat1*sin_lat2 + cos_lat1*cos_lat2*cos_dlon; in apply()
150 CT const M = cos_lat1*tan_lat2-sin_lat1*cos_dlon; in apply()
168 CT const N = cos_lat2*tan_lat1-sin_lat2*cos_dlon; in apply()
H A Dspherical.hpp142 CT const cos_dlon = cos(dlon); in spherical_azimuth() local
153 CT const x = cos_lat1 * sin_lat2 - sin_lat1 * cos_lat2 * cos_dlon; in spherical_azimuth()
160 CT const x = sin_lat2 * cos_lat1 * cos_dlon - cos_lat2 * sin_lat1; in spherical_azimuth()