Searched refs:dist_b1_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/spherical/ |
| H A D | intersection.hpp | 311 calc_t dist_b1_b2 = 0; in apply() local 314 calculate_dist(b1v, b2v, plane2, dist_b1_b2); in apply() 315 if (math::equals(dist_b1_b2, c0)) in apply() 319 dist_b1_b2 = 0; in apply() 437 … plane2, a1v, a2v, dist_b1_b2, degen_neq_coords); in apply() 454 dist_b1_b2 = dist_a1_b2 - 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() 461 … calculate_collinear_data(b1, b2, a1, a2, b1v, b2v, plane2, a2v, a1v, dist_b1_b2, dist_b1_a2); 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() [all …]
|
| /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 448 dist_b1_b2 = dist_a1_b2 - 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() 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() 458 dist_a1_b2 = dist_b1_b2 - dist_b1_a1; in apply() 466 int b2_on_a = position_value(dist_b1_b2, dist_b1_a1, dist_b1_a2); in apply() 480 dist_b1_a1 = dist_b1_b2; in apply() 491 dist_b1_a2 = dist_b1_b2; in apply() 520 dist_b1_a1 = dist_b1_b2 - dist_b1_a1; in apply() 521 dist_b1_a2 = dist_b1_b2 - dist_b1_a2; in apply() [all …]
|