Searched refs:right_turn (Results 1 – 3 of 3) sorted by relevance
161 turn_type const& right_turn = m_turns[right.turn_index]; in operator ()() local166 && right_turn.method == method_crosses) in operator ()()172 bool const right_both_xx = right_turn.both(operation_blocked); in operator ()()183 bool const right_both_uu = right_turn.both(operation_union); in operator ()()
101 turn_type const& right_turn = m_turns[right.turn_index]; in operator ()() local106 = right_turn.operations[right.op_index]; in operator ()()115 bool const right_both_xx = right_turn.both(operation_blocked); in operator ()()126 bool const right_both_uu = right_turn.both(operation_union); in operator ()()140 = right_turn.operations[1 - right.op_index]; in operator ()()
285 static inline bool right_turn(Ring const& ring, Iterator it, SideStrategy const& strategy) in right_turn() function329 if (smaller(*max_it, *it) && right_turn(ring, it, strategy)) in apply()