Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/formulas/
Dvincenty_direct.hpp86 CT const one_min_f = CT(1) - flattening; in apply() local
87 CT const tan_U1 = one_min_f * tan(lat1); in apply()
143one_min_f * math::sqrt(sin_alpha_sqr + math::sqr(sin_U1 * sin_sigma - cos_U1 * cos_sigma * cos_azi… in apply()
Dvincenty_inverse.hpp105 CT const one_min_f = c1 - f; in apply() local
106 CT const tan_U1 = one_min_f * tan(lat1); // above (1) in apply()
107 CT const tan_U2 = one_min_f * tan(lat2); // above (1) in apply()