Lines Matching full:epsilon
24 /// @file glm/gtc/epsilon.hpp
35 /// @brief Comparison functions for a user defined epsilon values.
37 /// <glm/gtc/epsilon.hpp> need to be included to use these functionalities.
56 /// Returns the component-wise comparison of |x - y| < epsilon.
64 T const & epsilon);
66 /// Returns the component-wise comparison of |x - y| < epsilon.
74 genType const & epsilon);
76 /// Returns the component-wise comparison of |x - y| < epsilon.
84 typename genType::value_type const & epsilon);
86 /// Returns the component-wise comparison of |x - y| >= epsilon.
94 genType const & epsilon);
99 #include "epsilon.inl"