Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/strategies/spherical/
Dside_by_cross_track.hpp71 calc_t crs_AD = 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.hpp420 return_type crs_AD = geometry::formula::spherical_azimuth<return_type, false> in apply() local
432 return_type d_crs1 = crs_AD - crs_AB; in apply()
441 << crs_AD * geometry::math::r2d<return_type>() << std::endl; in apply()