Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dmath.hpp456 struct scaled_epsilon struct
466 struct scaled_epsilon<T, false> struct
528 inline T scaled_epsilon(T const& value) in scaled_epsilon() function
530 return detail::scaled_epsilon<T>::apply(value); in scaled_epsilon()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dexpand_by_epsilon.hpp51 coord_type const eps = math::scaled_epsilon(coord); in apply()