Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/strategies/spherical/
Dside_by_cross_track.hpp74 calc_t crs_AB = geometry::formula::spherical_azimuth<calc_t, false> in apply() local
77 calc_t XTD = asin(sin(d1) * sin(crs_AD - crs_AB)); in apply()
Ddistance_cross_track.hpp426 return_type crs_AB = result.azimuth; in apply() local
432 return_type d_crs1 = crs_AD - crs_AB; in apply()
443 << crs_AB * geometry::math::r2d<return_type>() << std::endl; in apply()