Home
last modified time | relevance | path

Searched refs:lat3 (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 Dvertex_longitude.hpp42 T const& lat3, //vertex latitude in apply() argument
47 CT const A = sin(lat1) * cos(lat2) * cos(lat3) * sin_l12; in apply()
48 CT const B = sin(lat1) * cos(lat2) * cos(lat3) * cos_l12 in apply()
49 - cos(lat1) * sin(lat2) * cos(lat3); in apply()
71 T const& lat3, //vertex latitude in apply() argument
102 CT const bet3 = atan(one_minus_f * tan(lat3)); in apply()
157 if ((lat2 - lat1) * lat3 > c0)// ascending segment in apply()