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/a00080_source.html | 126 ++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 glm-master/doc/api/a00080_source.html (limited to 'glm-master/doc/api/a00080_source.html') diff --git a/glm-master/doc/api/a00080_source.html b/glm-master/doc/api/a00080_source.html new file mode 100644 index 0000000..7ba0a33 --- /dev/null +++ b/glm-master/doc/api/a00080_source.html @@ -0,0 +1,126 @@ + + + + + + +0.9.9 API documentation: matrix_double4x4_precision.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documentation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
matrix_double4x4_precision.hpp
+
+
+Go to the documentation of this file.
1 
+
4 #pragma once
+
5 #include "../detail/type_mat4x4.hpp"
+
6 
+
7 namespace glm
+
8 {
+
11 
+
16  typedef mat<4, 4, double, lowp> lowp_dmat4;
+
17 
+
22  typedef mat<4, 4, double, mediump> mediump_dmat4;
+
23 
+
28  typedef mat<4, 4, double, highp> highp_dmat4;
+
29 
+
34  typedef mat<4, 4, double, lowp> lowp_dmat4x4;
+
35 
+
40  typedef mat<4, 4, double, mediump> mediump_dmat4x4;
+
41 
+
46  typedef mat<4, 4, double, highp> highp_dmat4x4;
+
47 
+
49 }//namespace glm
+
mat< 4, 4, double, mediump > mediump_dmat4x4
4 columns of 4 components matrix of double-precision floating-point numbers using medium precision ar...
+
mat< 4, 4, double, lowp > lowp_dmat4
4 columns of 4 components matrix of double-precision floating-point numbers using low precision arith...
+
mat< 4, 4, double, mediump > mediump_dmat4
4 columns of 4 components matrix of double-precision floating-point numbers using medium precision ar...
+
mat< 4, 4, double, highp > highp_dmat4x4
4 columns of 4 components matrix of double-precision floating-point numbers using medium precision ar...
+
mat< 4, 4, double, lowp > lowp_dmat4x4
4 columns of 4 components matrix of double-precision floating-point numbers using low precision arith...
+
mat< 4, 4, double, highp > highp_dmat4
4 columns of 4 components matrix of double-precision floating-point numbers using medium precision ar...
+
Definition: common.hpp:20
+
+ + + + -- cgit v1.2.3-70-g09d2