|
GraphicsAPI_2020C
|
GLM_EXT_quaternion_relational More...


Go to the source code of this file.
Namespaces | |
| glm | |
| Core features | |
Functions | |
| template<typename T , qualifier Q> | |
| GLM_FUNC_DECL vec< 4, bool, Q > | glm::equal (qua< T, Q > const &x, qua< T, Q > const &y) |
| Returns the component-wise comparison of result x == y. More... | |
| template<typename T , qualifier Q> | |
| GLM_FUNC_DECL vec< 4, bool, Q > | glm::equal (qua< T, Q > const &x, qua< T, Q > const &y, T epsilon) |
| Returns the component-wise comparison of |x - y| < epsilon. More... | |
| template<typename T , qualifier Q> | |
| GLM_FUNC_DECL vec< 4, bool, Q > | glm::notEqual (qua< T, Q > const &x, qua< T, Q > const &y) |
| Returns the component-wise comparison of result x != y. More... | |
| template<typename T , qualifier Q> | |
| GLM_FUNC_DECL vec< 4, bool, Q > | glm::notEqual (qua< T, Q > const &x, qua< T, Q > const &y, T epsilon) |
| Returns the component-wise comparison of |x - y| >= epsilon. More... | |
1.8.13