Home
last modified time | relevance | path

Searched refs:asin_tj_t0j (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.hpp340 asin_tj_t0j = c0; in sjoberg_geodesic()
350 asin_tj_t0j = asin(tan_betaj * Cj / sqrt_1_Cj_sqr); in sjoberg_geodesic()
376 res.lon0j = lonj + sign_lon_diff * (pi_half - asin_tj_t0j + res.dL0j); in get_vertex_data()
414 delta_k = sign_lon_diff * (/*asin_t_t0j*/ - asin_tj_t0j + dLj); in k_diff()
468 delta_k_before = sign_lon_diff * (/*asin_t_t0j*/ - asin_tj_t0j + dLj); in k_diffs()
471 … delta_k_behind = sign_lon_diff * (pi /*- asin_t_t0j*/ - asin_tj_t0j + vd.dL0j + (vd.dL0j - dLj)); in k_diffs()
535 lon_before = lonj + sign_lon_diff * (asin_t_t0j - asin_tj_t0j + dLj); in lon()
571 CT const asin_tj_t0j = asin(Cj * tan_betaj / sqrt_1_Cj_sqr); in lon_of_equator_intersection() local
572 return lonj - asin_tj_t0j + dLj; in lon_of_equator_intersection()
609 CT asin_tj_t0j; member in boost::geometry::formula::sjoberg_geodesic