Home
last modified time | relevance | path

Searched refs:bet1 (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 Dvertex_longitude.hpp100 CT const bet1 = atan(one_minus_f * tan(lat1)); in apply() local
104 CT cos_bet1 = cos(bet1); in apply()
106 CT const sin_bet1 = sin(bet1); in apply()
112 if (bet1 < c0) in apply()
153 ::apply(bet1, bet2, bet3, sin_omg12, cos_omg12); in apply()
H A Dvertex_latitude.hpp84 CT const bet1 = atan( one_minus_f * tan(lat1) ); in apply() local
87 CT const betv = vertex_latitude_on_sphere<CT>::apply(bet1, alp1); in apply()