Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/strategies/cartesian/
Dturn_in_ring_winding.hpp106 counter& the_state) in apply_on_boundary() argument
111 the_state.m_count = 0; in apply_on_boundary()
112 the_state.m_close_to_offset = true; in apply_on_boundary()
113 the_state.m_min_distance = 0; in apply_on_boundary()
130 the_state.m_count = perp.is_zero() ? 0 : 1; in apply_on_boundary()
131 the_state.m_close_to_offset = true; in apply_on_boundary()
132 the_state.m_min_distance = std::fabs(perp.measure); in apply_on_boundary()
138 the_state.m_count = 1; in apply_on_boundary()
148 counter& the_state) in apply() argument
165 apply_on_boundary<Dm>(point, s1, s2, place_on_ring, the_state); in apply()
[all …]