Searched refs:method_crosses (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/libs/geometry/test/algorithms/overlay/ |
D | get_turn_info.cpp | 182 bool at_j = it->method == bg::detail::overlay::method_crosses; in test_with_point() 257 method_crosses, false, 5, 4, "ui"); in test_all() 262 method_crosses, false, 5, 5, "ui"); in test_all() 267 method_crosses, false, 5, 4, "ui"); in test_all() 272 method_crosses, false, 5, 4, "ui"); in test_all() 277 method_crosses, false, 5, 4, "iu"); in test_all()
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | less_by_segment_ratio.hpp | 165 if (left_turn.method == method_crosses in operator ()() 166 && right_turn.method == method_crosses) in operator ()()
|
D | debug_turn_info.hpp | 26 case method_crosses : return 'i'; in method_char()
|
D | turn_info.hpp | 32 method_crosses, enumerator
|
D | follow.hpp | 89 || turn.method == method_crosses in is_leaving() 112 if (turn.method == method_crosses) in is_staying_inside()
|
D | follow_linear_linear.hpp | 140 if ( turn.method == method_crosses ) in is_isolated_point()
|
D | get_turn_info.hpp | 1111 assign_point(ti, method_crosses, intersection_info, 0); in apply()
|
D | intersection_insert.hpp | 215 if (method == method_crosses) in simple_turns_analysis()
|
/third_party/boost/boost/geometry/algorithms/detail/touches/ |
D | implementation.hpp | 161 case overlay::method_crosses: in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/relate/ |
D | linear_linear.hpp | 508 if ( it->method == overlay::method_crosses ) in apply()
|