Home
last modified time | relevance | path

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 Dintersection_points.hpp99 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 Ddirection.hpp244 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 Dintersection.hpp536 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 Dintersection.hpp473 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 Dintersection.hpp943 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()