Searched refs:equals_with_epsilon (Results 1 – 2 of 2) sorted by relevance
255 struct equals_with_epsilon struct559 inline bool equals_with_epsilon(T1 const& a, T2 const& b) in equals_with_epsilon() function561 return detail::equals_with_epsilon in equals_with_epsilon()
152 return math::equals_with_epsilon(dx, other.dx) in same_direction()153 && math::equals_with_epsilon(dy, other.dy); in same_direction()