Home
last modified time | relevance | path

Searched refs:d_lambda (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 Dthomas_inverse.hpp97 CT const d_lambda = lon2 - lon1; in apply() local
98 CT const d_lambda_m = d_lambda / c2; in apply()
171 CT const tan_d_lambda = tan(d_lambda); in apply()
173 CT const d_lambda_m_p = (d_lambda + Q) / c2; in apply()
H A Dsjoberg_intersection.hpp375 res.dL0j = d_lambda(res.sin_beta0j); in get_vertex_data()
413 CT const dLj = d_lambda(sin_beta); in k_diff()
467 CT const dLj = d_lambda(sin_beta); in k_diffs()
534 CT const dLj = d_lambda(sin_beta); in lon()
570 CT const dLj = d_lambda(c0); in lon_of_equator_intersection()
575 CT d_lambda(CT const& sin_beta) const in d_lambda() function in boost::geometry::formula::sjoberg_geodesic