Searched refs:res_b1_b2 (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 | 334 inverse_result res_b1_b2, res_b1_a1, res_b1_a2; in apply() local 337 res_b1_b2 = inverse_dist_azi::apply(b1_lon, b1_lat, b2_lon, b2_lat, spheroid); in apply() 338 if (math::equals(res_b1_b2.distance, c0)) in apply() 355 …ides.set<0>(is_equal_a1_b1 ? 0 : formula::azimuth_side_value(res_b1_a1.azimuth, res_b1_b2.azimuth), in apply() 356 … is_equal_a2_b1 ? 0 : formula::azimuth_side_value(res_b1_a2.azimuth, res_b1_b2.azimuth)); in apply() 433 …return collinear_one_degenerated<Policy, calc_t>(a, true, b1, b2, a1, a2, res_b1_b2, res_b1_a1, re… in apply() 444 if (res_a1_a2.distance <= res_b1_b2.distance) in apply() 454 … calculate_collinear_data(b1, b2, a1, a2, res_b1_b2, res_b1_a1, res_b1_a2, dist_b1_b2, dist_b1_a1); in apply() 455 … calculate_collinear_data(b1, b2, a1, a2, res_b1_b2, res_b1_a2, res_b1_a1, dist_b1_b2, dist_b1_a2); in apply() 495 bool opposite = ! same_direction(res_a1_a2.azimuth, res_b1_b2.azimuth); in apply() [all …]
|