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/a00141_source.html | 137 ++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 glm-master/doc/api/a00141_source.html (limited to 'glm-master/doc/api/a00141_source.html') diff --git a/glm-master/doc/api/a00141_source.html b/glm-master/doc/api/a00141_source.html new file mode 100644 index 0000000..874e182 --- /dev/null +++ b/glm-master/doc/api/a00141_source.html @@ -0,0 +1,137 @@ + + + + + + +0.9.9 API documentation: rotate_normalized_axis.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documentation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
rotate_normalized_axis.hpp
+
+
+Go to the documentation of this file.
1 
+
15 #pragma once
+
16 
+
17 // Dependency:
+
18 #include "../glm.hpp"
+
19 #include "../gtc/epsilon.hpp"
+
20 #include "../gtc/quaternion.hpp"
+
21 
+
22 #if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
+
23 # ifndef GLM_ENABLE_EXPERIMENTAL
+
24 # pragma message("GLM: GLM_GTX_rotate_normalized_axis is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
+
25 # else
+
26 # pragma message("GLM: GLM_GTX_rotate_normalized_axis extension included")
+
27 # endif
+
28 #endif
+
29 
+
30 namespace glm
+
31 {
+
34 
+
46  template<typename T, qualifier Q>
+
47  GLM_FUNC_DECL mat<4, 4, T, Q> rotateNormalizedAxis(
+
48  mat<4, 4, T, Q> const& m,
+
49  T const& angle,
+
50  vec<3, T, Q> const& axis);
+
51 
+
59  template<typename T, qualifier Q>
+
60  GLM_FUNC_DECL qua<T, Q> rotateNormalizedAxis(
+
61  qua<T, Q> const& q,
+
62  T const& angle,
+
63  vec<3, T, Q> const& axis);
+
64 
+
66 }//namespace glm
+
67 
+
68 #include "rotate_normalized_axis.inl"
+
GLM_FUNC_DECL T angle(qua< T, Q > const &x)
Returns the quaternion rotation angle.
+
GLM_FUNC_DECL qua< T, Q > rotateNormalizedAxis(qua< T, Q > const &q, T const &angle, vec< 3, T, Q > const &axis)
Rotates a quaternion from a vector of 3 components normalized axis and an angle.
+
GLM_FUNC_DECL vec< 3, T, Q > axis(qua< T, Q > const &x)
Returns the q rotation axis.
+
Definition: common.hpp:20
+
+ + + + -- cgit v1.2.3-70-g09d2