Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/robustness/
H A Dsegment_ratio.hpp189 static fp_type const small_part_of_scale = scale() / 100; in near_end() local
190 return m_approximation < small_part_of_scale in near_end()
191 || m_approximation > scale() - small_part_of_scale; in near_end()