Home
last modified time | relevance | path

Searched refs:on_segment (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 Ddirection.hpp183 : r_to.on_segment() ? 0 in arrival_value()
184 : r_from.on_segment() ? -1 in arrival_value()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/robustness/
H A Dsegment_ratio.hpp156 inline bool on_segment() const in on_segment() function in boost::geometry::segment_ratio
/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.hpp674 return segment_ratio<CalcT>(dist_a1_bi, dist_a1_a2).on_segment(); in calculate_collinear_data()
834 bool is_on_a = segment_ratio<CalcT>(dist_a1_ip, dist_a1_a2).on_segment(); in calculate_ip_data()
851 bool is_on_b = segment_ratio<CalcT>(dist_b1_ip, dist_b1_b2).on_segment(); in calculate_ip_data()
/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.hpp616 return segment_ratio<CalcT>(dist_a1_i1, dist_a1_a2).on_segment(); in calculate_collinear_data()
839 is_on_a = segment_ratio<CalcT>(dist_a1_i1, dist_a1_a2).on_segment(); in is_potentially_crossing()
/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.hpp603 if (!ratio.on_segment()) in relate_one_degenerate()