Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/strategies/cartesian/
Dturn_in_ring_winding.hpp64 , m_min_distance(0) in counter()
82 CalculationType m_min_distance; member
113 the_state.m_min_distance = 0; in apply_on_boundary()
132 the_state.m_min_distance = std::fabs(perp.measure); in apply_on_boundary()
175 || -dm.measure < the_state.m_min_distance)) in apply()
181 the_state.m_min_distance = -dm.measure; in apply()
/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dturn_in_piece_visitor.hpp178 if (state.m_min_distance > 1.0e-5 || ! state.m_close_to_offset) in apply()