Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/formulas/
Dthomas_direct.hpp181 CT const tan_theta2 = (sin_theta1 * cos_d_sigma + N * sin_d_sigma) * sin_a21 / M; in apply() local
182 result.lat2 = atan(tan_theta2 / one_minus_f); in apply()
189 CT const tan_theta2 = cos(sigma2) / math::abs(sin(sigma2)); in apply() local
190 result.lat2 = atan(tan_theta2 / one_minus_f); in apply()