From 6a45579dbbf991c0e12ce59958e3b533d19fc9d4 Mon Sep 17 00:00:00 2001 From: jjesswan Date: Tue, 7 May 2024 06:02:29 -0400 Subject: rotating skyboxgit add -A --- glm-master/doc/api/a00060_source.html | 123 ++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 glm-master/doc/api/a00060_source.html (limited to 'glm-master/doc/api/a00060_source.html') diff --git a/glm-master/doc/api/a00060_source.html b/glm-master/doc/api/a00060_source.html new file mode 100644 index 0000000..0232d91 --- /dev/null +++ b/glm-master/doc/api/a00060_source.html @@ -0,0 +1,123 @@ + + + + + + +0.9.9 API documentation: matrix_common.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documentation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
matrix_common.hpp
+
+
+Go to the documentation of this file.
1 
+
13 #pragma once
+
14 
+
15 #include "../detail/qualifier.hpp"
+
16 #include "../detail/_fixes.hpp"
+
17 
+
18 #if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
+
19 # pragma message("GLM: GLM_EXT_matrix_transform extension included")
+
20 #endif
+
21 
+
22 namespace glm
+
23 {
+
26 
+
27  template<length_t C, length_t R, typename T, typename U, qualifier Q>
+
28  GLM_FUNC_DECL mat<C, R, T, Q> mix(mat<C, R, T, Q> const& x, mat<C, R, T, Q> const& y, mat<C, R, U, Q> const& a);
+
29 
+
30  template<length_t C, length_t R, typename T, typename U, qualifier Q>
+
31  GLM_FUNC_DECL mat<C, R, T, Q> mix(mat<C, R, T, Q> const& x, mat<C, R, T, Q> const& y, U a);
+
32 
+
34 }//namespace glm
+
35 
+
36 #include "matrix_common.inl"
+
GLM_FUNC_DECL genTypeT mix(genTypeT x, genTypeT y, genTypeU a)
If genTypeU is a floating scalar or vector: Returns x * (1.0 - a) + y * a, i.e., the linear blend of ...
+
Definition: common.hpp:20
+
+ + + + -- cgit v1.2.3-70-g09d2