Searched refs:reverse_azimuth (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/ |
| H A D | andoyer_inverse.hpp | 191 result.reverse_azimuth = pi - B - dB; in apply() 192 if (result.reverse_azimuth > pi) in apply() 194 result.reverse_azimuth -= 2 * pi; in apply() 196 normalize_azimuth(result.reverse_azimuth, B, dB); in apply() 205 result.azimuth, result.reverse_azimuth, in apply()
|
| H A D | result_inverse.hpp | 24 , reverse_azimuth(0) in result_inverse() 31 T reverse_azimuth; member
|
| H A D | spherical.hpp | 36 , reverse_azimuth(0) in result_spherical() 40 T reverse_azimuth; member 161 result.reverse_azimuth = atan2(y, x); in spherical_azimuth()
|
| H A D | differential_quantities.hpp | 40 CT const& azimuth, CT const& reverse_azimuth, in apply() argument 51 azimuth, reverse_azimuth, in apply() 59 CT const& azimuth, CT const& reverse_azimuth, in apply() argument 95 CT const cos_alp2 = cos(reverse_azimuth); in apply()
|
| H A D | vincenty_inverse.hpp | 204 …result.reverse_azimuth = atan2(cos_U1 * sin_lambda, -sin_U1 * cos_U2 + cos_U1 * sin_U2 * cos_lambd… in apply() 212 result.azimuth, result.reverse_azimuth, in apply()
|
| H A D | thomas_inverse.hpp | 200 result.reverse_azimuth = alpha2; in apply() 208 result.azimuth, result.reverse_azimuth, in apply()
|
| H A D | area_formulas.hpp | 427 CT alp2 = i_res.reverse_azimuth; in ellipsoidal()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/ |
| H A D | azimuth.hpp | 55 a2 = result.reverse_azimuth; in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/ |
| H A D | azimuth.hpp | 71 a2 = i_res.reverse_azimuth; in apply()
|