Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/
Ddirection_code.hpp132 calc_t const dlon2 = math::longitude_distance_signed<units_t, calc_t>(b0, p0); in apply() local
136 calc_t const dlat2 = latitude_distance_signed<units_t, calc_t>(b1, p1, dlon2, is_antilon2); in apply()
141 is_antilon2 ? c0 : math::abs(dlon2)); in apply()
149 s2 = dlon2 > 0 ? 1 : -1; in apply()
/third_party/boost/boost/geometry/formulas/
Dsjoberg_intersection.hpp98 CT const dlon2 = lon_b2 - lon2; in apply() local
99 CT const sin_dlon2 = sin(dlon2); in apply()
102 CT const cos_dlon2 = cos(dlon2); in apply()