Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/relate/
Dfollow_helpers.hpp345 inline bool turn_on_the_same_ip(Turn const& prev_turn, Turn const& curr_turn, in turn_on_the_same_ip() argument
348 segment_identifier const& prev_seg_id = prev_turn.operations[OpId].seg_id; in turn_on_the_same_ip()
366 return detail::equals::equals_point_point(prev_turn.point, curr_turn.point, strategy); in turn_on_the_same_ip()
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Denrich_intersection_points.hpp238 turn_type const& prev_turn = turns[operations[p].turn_index]; in enrich_adapt() local
239 op_type const& prev_op = prev_turn.operations[operations[p].operation_index]; in enrich_adapt()