Searched refs:dist_a1_b2 (Results 1 – 2 of 2) 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 | 441 calc_t dist_a1_a2, dist_a1_b1, dist_a1_b2; in apply() local 447 … calculate_collinear_data(a1, a2, b1, b2, res_a1_a2, res_a1_b2, res_a1_b1, dist_a1_a2, dist_a1_b2); in apply() 448 dist_b1_b2 = dist_a1_b2 - dist_a1_b1; in apply() 458 dist_a1_b2 = dist_b1_b2 - dist_b1_a1; in apply() 463 int a1_on_b = position_value(c0, dist_a1_b1, dist_a1_b2); in apply() 464 int a2_on_b = position_value(dist_a1_a2, dist_a1_b1, dist_a1_b2); in apply() 481 dist_a1_b2 = 0; in apply() 492 dist_a1_b2 = dist_a1_a2; in apply() 509 dist_a1_b2 = dist_a1_a2 - dist_a1_b2; in apply() 522 std::swap(dist_a1_b1, dist_a1_b2); in apply() [all …]
|
| /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 | intersection.hpp | 447 calc_t dist_a1_b1, dist_a1_b2; in apply() local 453 … calculate_collinear_data(a1, a2, b1, b2, a1v, a2v, plane1, b2v, b1v, dist_a1_a2, dist_a1_b2); in apply() 454 dist_b1_b2 = dist_a1_b2 - dist_a1_b1; in apply() 464 dist_a1_b2 = dist_b1_b2 - dist_b1_a1; in apply() 470 segment_ratio<calc_t> rb_to(dist_a1_b2, dist_a1_a2); in apply() 473 int const a1_wrt_b = position_value(c0, dist_a1_b1, dist_a1_b2); in apply() 474 int const a2_wrt_b = position_value(dist_a1_a2, dist_a1_b1, dist_a1_b2); in apply()
|