Searched refs:a1_wrt_b (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/relate/ |
| H A D | intersection_points.hpp | 99 int a1_wrt_b, int a2_wrt_b, int b1_wrt_a, int b2_wrt_a, in segments_collinear() 111 if (a1_wrt_b >= 1 && a1_wrt_b <= 3 // ra_from_wrt_b.on_segment() in segments_collinear()
|
| H A D | direction.hpp | 244 int a1_wrt_b, int a2_wrt_b, int b1_wrt_a, int b2_wrt_a, in segments_collinear() 252 r.arrival[0] = arrival_from_position_value(a1_wrt_b, a2_wrt_b); in segments_collinear() 262 analyse_position_value(a1_wrt_b, in segments_collinear()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/ |
| H A D | intersection.hpp | 536 int const a1_wrt_b = position_value(oa_1, ob_1, ob_2); in relate_collinear() local 548 if (a1_wrt_b == 1) in relate_collinear() 553 else if (a1_wrt_b == 3) in relate_collinear() 570 if ((a1_wrt_b < 1 && a2_wrt_b < 1) || (a1_wrt_b > 3 && a2_wrt_b > 3)) in relate_collinear() 579 a1_wrt_b, a2_wrt_b, b1_wrt_a, b2_wrt_a, in relate_collinear()
|
| /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 | 473 int const a1_wrt_b = position_value(c0, dist_a1_b1, dist_a1_b2); in apply() local 478 if (a1_wrt_b == 1) in apply() 483 else if (a1_wrt_b == 3) in apply() 500 if ((a1_wrt_b < 1 && a2_wrt_b < 1) || (a1_wrt_b > 3 && a2_wrt_b > 3)) in apply() 508 a1_wrt_b, a2_wrt_b, b1_wrt_a, b2_wrt_a, in apply()
|
| /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 | 943 int a1_wrt_b = sides.template get<Which, 0>(); in sides_reverse_segment() local 945 std::swap(a1_wrt_b, a2_wrt_b); in sides_reverse_segment() 946 sides.template set<Which>(a1_wrt_b, a2_wrt_b); in sides_reverse_segment()
|