Home
last modified time | relevance | path

Searched refs:asin_tj_t0j (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/geometry/formulas/
Dsjoberg_intersection.hpp337 asin_tj_t0j = c0; in sjoberg_geodesic()
347 asin_tj_t0j = asin(tan_betaj * Cj / sqrt_1_Cj_sqr); in sjoberg_geodesic()
373 res.lon0j = lonj + sign_lon_diff * (pi_half - asin_tj_t0j + res.dL0j); in get_vertex_data()
411 delta_k = sign_lon_diff * (/*asin_t_t0j*/ - asin_tj_t0j + dLj); in k_diff()
465 delta_k_before = sign_lon_diff * (/*asin_t_t0j*/ - asin_tj_t0j + dLj); in k_diffs()
468 … delta_k_behind = sign_lon_diff * (pi /*- asin_t_t0j*/ - asin_tj_t0j + vd.dL0j + (vd.dL0j - dLj)); in k_diffs()
532 lon_before = lonj + sign_lon_diff * (asin_t_t0j - asin_tj_t0j + dLj); in lon()
568 CT const asin_tj_t0j = asin(Cj * tan_betaj / sqrt_1_Cj_sqr); in lon_of_equator_intersection() local
569 return lonj - asin_tj_t0j + dLj; in lon_of_equator_intersection()
606 CT asin_tj_t0j; member in boost::geometry::formula::sjoberg_geodesic