Home
last modified time | relevance | path

Searched refs:dir_from (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dsort_by_side.hpp36 enum direction_type { dir_unknown = -1, dir_from = 0, dir_to = 1 }; enumerator
260 m_ranked_points.push_back(rp(point_from, turn_index, op_index, dir_from, op, si)); in add_segment_from()
385 if (ranked.direction != dir_from) in find_open_by_piece_index()
407 if (ranked.direction != dir_from) in find_open_by_source_index()
580 if (ranked.direction == dir_from) in find_polygons_for_source()
Dtraversal.hpp625 if (rp.rank == 0 || rp.direction == sort_by_side::dir_from) in select_rank()