Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/policies/robustness/
Dsegment_ratio.hpp116 , m_approximation(0) in segment_ratio()
146 m_approximation = in initialize()
190 return m_approximation < small_part_of_scale in near_end()
191 || m_approximation > scale() - small_part_of_scale; in near_end()
196 return geometry::math::abs(m_approximation - other.m_approximation) < 50; in close_to()
203 : m_approximation < other.m_approximation; in operator <()
255 fp_type m_approximation; member in boost::geometry::segment_ratio