Home
last modified time | relevance | path

Searched refs:method_collinear (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Ddebug_turn_info.hpp29 case method_collinear : return 'c'; in method_char()
H A Dget_turn_info.hpp611 assign_point(ti, method_collinear, info, non_opposite_to_index(info)); in apply()
751 assign_point(tp, method_collinear, intersection_info, 1 - Index); in set_tp()
842 assign_point(tp, method_collinear, info.i_info(), i); in apply()
1082 tp.method = method_collinear; in apply()
H A Dfollow_linear_linear.hpp79 if ( turn.method != method_equal && turn.method != method_collinear ) in is_staying_inside()
101 && turn.method != method_collinear ) in is_leaving()
H A Dturn_info.hpp34 method_collinear, enumerator
H A Dget_turn_info_ll.hpp355 tp_model, inters, method_collinear, out) ) in apply()
657 method = (method == method_touch ? method_equal : method_collinear); in replace_method_and_operations_tm()
H A Dget_turn_info_la.hpp306 tp_model, inters, method_collinear, out) ) in apply()
625 method = (method == method_touch ? method_equal : method_collinear); in replace_method_and_operations_tm()
H A Dintersection_insert.hpp237 t.method == overlay::method_collinear) in is_cc()
253 t.method == overlay::method_collinear) in has_i_or_b_ops()
H A Dfollow.hpp133 if (first && (turn.method == method_collinear || turn.method == method_equal)) in was_entered()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/turns/
H A Dfilter_continue_turns.hpp49 if ( turn.method != detail::overlay::method_collinear in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/touches/
H A Dimplementation.hpp171 case overlay::method_collinear: in apply()