Searched refs:inverse_dist_azi (Results 1 – 1 of 1) sorted by relevance
| /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 | intersection.hpp | 325 …typename FormulaPolicy::template inverse<calc_t, true, true, false, false, false> inverse_dist_azi; in apply() typedef 326 typedef typename inverse_dist_azi::result_type inverse_result; in apply() 337 res_b1_b2 = inverse_dist_azi::apply(b1_lon, b1_lat, b2_lon, b2_lat, spheroid); in apply() 345 res_b1_a1 = inverse_dist_azi::apply(b1_lon, b1_lat, a1_lon, a1_lat, spheroid); in apply() 350 res_b1_a2 = inverse_dist_azi::apply(b1_lon, b1_lat, a2_lon, a2_lat, spheroid); in apply() 370 res_a1_a2 = inverse_dist_azi::apply(a1_lon, a1_lat, a2_lon, a2_lat, spheroid); in apply() 378 res_a1_b1 = inverse_dist_azi::apply(a1_lon, a1_lat, b1_lon, b1_lat, spheroid); in apply() 383 res_a1_b2 = inverse_dist_azi::apply(a1_lon, a1_lat, b2_lon, b2_lat, spheroid); in apply() 824 … typename FormulaPolicy::template inverse<CalcT, true, true, false, false, false> inverse_dist_azi; in calculate_ip_data() typedef 825 typedef typename inverse_dist_azi::result_type inverse_result; in calculate_ip_data() [all …]
|