Home
last modified time | relevance | path

Searched refs:equals_with_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.hpp255 struct equals_with_epsilon struct
559 inline bool equals_with_epsilon(T1 const& a, T2 const& b) in equals_with_epsilon() function
561 return detail::equals_with_epsilon in equals_with_epsilon()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/
H A Dcollect_vectors.hpp152 return math::equals_with_epsilon(dx, other.dx) in same_direction()
153 && math::equals_with_epsilon(dy, other.dy); in same_direction()