Searched refs:dist_b1_a1 (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 | 442 calc_t dist_b1_b2, dist_b1_a1, dist_b1_a2; in apply() local 449 dist_b1_a1 = -dist_a1_b1; 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() 456 dist_a1_a2 = dist_b1_a2 - dist_b1_a1; in apply() 457 dist_a1_b1 = -dist_b1_a1; in apply() 458 dist_a1_b2 = dist_b1_b2 - dist_b1_a1; in apply() 465 int b1_on_a = position_value(c0, dist_b1_a1, dist_b1_a2); in apply() 466 int b2_on_a = position_value(dist_b1_b2, dist_b1_a1, dist_b1_a2); in apply() 475 dist_b1_a1 = 0; in apply() 480 dist_b1_a1 = dist_b1_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 | 448 calc_t dist_b1_a1, dist_b1_a2; in apply() local 455 dist_b1_a1 = -dist_a1_b1; in apply() 460 … calculate_collinear_data(b1, b2, a1, a2, b1v, b2v, plane2, a1v, a2v, dist_b1_b2, dist_b1_a1); in apply() 462 dist_a1_a2 = dist_b1_a2 - dist_b1_a1; in apply() 463 dist_a1_b1 = -dist_b1_a1; in apply() 464 dist_a1_b2 = dist_b1_b2 - dist_b1_a1; in apply() 467 segment_ratio<calc_t> ra_from(dist_b1_a1, dist_b1_b2); in apply() 475 int const b1_wrt_a = position_value(c0, dist_b1_a1, dist_b1_a2); in apply() 476 int const b2_wrt_a = position_value(dist_b1_b2, dist_b1_a1, dist_b1_a2); in apply()
|