Home
last modified time | relevance | path

Searched refs:sin_lon (Results 1 – 1 of 1) 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 Dsjoberg_intersection.hpp164 CT const sin_lon = sin(lon); in apply() local
169 CT const sin_dlon_1 = sin_lon * cos_lon1 - cos_lon * sin_lon1; in apply()
170 CT const cos_dlon_1 = cos_lon * cos_lon1 + sin_lon * sin_lon1; in apply()
177 CT const sin_dlon_2 = sin_lon * cos_lon2 - cos_lon * sin_lon2; in apply()
178 CT const cos_dlon_2 = cos_lon * cos_lon2 + sin_lon * sin_lon2; in apply()