From a556b45abf18f1bd509daaf63b66b7d55e9fd291 Mon Sep 17 00:00:00 2001 From: jjesswan Date: Mon, 22 Apr 2024 21:56:26 -0400 Subject: add engine version --- .../External/glm-master/doc/api/a00107_source.html | 149 +++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 engine-ocean/External/glm-master/doc/api/a00107_source.html (limited to 'engine-ocean/External/glm-master/doc/api/a00107_source.html') diff --git a/engine-ocean/External/glm-master/doc/api/a00107_source.html b/engine-ocean/External/glm-master/doc/api/a00107_source.html new file mode 100644 index 0000000..cf926f3 --- /dev/null +++ b/engine-ocean/External/glm-master/doc/api/a00107_source.html @@ -0,0 +1,149 @@ + + + + + + +0.9.9 API documentation: matrix_relational.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documentation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
matrix_relational.hpp
+
+
+Go to the documentation of this file.
1 
+
15 #pragma once
+
16 
+
17 // Dependencies
+
18 #include "../detail/qualifier.hpp"
+
19 
+
20 #if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
+
21 # pragma message("GLM: GLM_EXT_matrix_relational extension included")
+
22 #endif
+
23 
+
24 namespace glm
+
25 {
+
28 
+
36  template<length_t C, length_t R, typename T, qualifier Q>
+
37  GLM_FUNC_DECL GLM_CONSTEXPR vec<C, bool, Q> equal(mat<C, R, T, Q> const& x, mat<C, R, T, Q> const& y);
+
38 
+
46  template<length_t C, length_t R, typename T, qualifier Q>
+
47  GLM_FUNC_DECL GLM_CONSTEXPR vec<C, bool, Q> notEqual(mat<C, R, T, Q> const& x, mat<C, R, T, Q> const& y);
+
48 
+
56  template<length_t C, length_t R, typename T, qualifier Q>
+
57  GLM_FUNC_DECL GLM_CONSTEXPR vec<C, bool, Q> equal(mat<C, R, T, Q> const& x, mat<C, R, T, Q> const& y, T epsilon);
+
58 
+
66  template<length_t C, length_t R, typename T, qualifier Q>
+
67  GLM_FUNC_DECL GLM_CONSTEXPR vec<C, bool, Q> equal(mat<C, R, T, Q> const& x, mat<C, R, T, Q> const& y, vec<C, T, Q> const& epsilon);
+
68 
+
76  template<length_t C, length_t R, typename T, qualifier Q>
+
77  GLM_FUNC_DECL GLM_CONSTEXPR vec<C, bool, Q> notEqual(mat<C, R, T, Q> const& x, mat<C, R, T, Q> const& y, T epsilon);
+
78 
+
86  template<length_t C, length_t R, typename T, qualifier Q>
+
87  GLM_FUNC_DECL GLM_CONSTEXPR vec<C, bool, Q> notEqual(mat<C, R, T, Q> const& x, mat<C, R, T, Q> const& y, vec<C, T, Q> const& epsilon);
+
88 
+
96  template<length_t C, length_t R, typename T, qualifier Q>
+
97  GLM_FUNC_DECL GLM_CONSTEXPR vec<C, bool, Q> equal(mat<C, R, T, Q> const& x, mat<C, R, T, Q> const& y, int ULPs);
+
98 
+
106  template<length_t C, length_t R, typename T, qualifier Q>
+
107  GLM_FUNC_DECL GLM_CONSTEXPR vec<C, bool, Q> equal(mat<C, R, T, Q> const& x, mat<C, R, T, Q> const& y, vec<C, int, Q> const& ULPs);
+
108 
+
116  template<length_t C, length_t R, typename T, qualifier Q>
+
117  GLM_FUNC_DECL GLM_CONSTEXPR vec<C, bool, Q> notEqual(mat<C, R, T, Q> const& x, mat<C, R, T, Q> const& y, int ULPs);
+
118 
+
126  template<length_t C, length_t R, typename T, qualifier Q>
+
127  GLM_FUNC_DECL GLM_CONSTEXPR vec<C, bool, Q> notEqual(mat<C, R, T, Q> const& x, mat<C, R, T, Q> const& y, vec<C, int, Q> const& ULPs);
+
128 
+
130 }//namespace glm
+
131 
+
132 #include "matrix_relational.inl"
+
GLM_FUNC_DECL GLM_CONSTEXPR vec< C, bool, Q > equal(mat< C, R, T, Q > const &x, mat< C, R, T, Q > const &y, vec< C, int, Q > const &ULPs)
Returns the component-wise comparison between two vectors in term of ULPs.
+
GLM_FUNC_DECL GLM_CONSTEXPR genType epsilon()
Return the epsilon constant for floating point types.
+
GLM_FUNC_DECL GLM_CONSTEXPR vec< C, bool, Q > notEqual(mat< C, R, T, Q > const &x, mat< C, R, T, Q > const &y, vec< C, int, Q > const &ULPs)
Returns the component-wise comparison between two vectors in term of ULPs.
+
Definition: common.hpp:20
+
+ + + + -- cgit v1.2.3-70-g09d2