1.0.0 API documentation
E:
Github
g-truc
glm
glm
ext
quaternion_float.hpp
Go to the documentation of this file.
1
20
#pragma once
21
22
// Dependency:
23
#include "../detail/type_quat.hpp"
24
25
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
26
# pragma message("GLM: GLM_EXT_quaternion_float extension included")
27
#endif
28
29
namespace
glm
30
{
33
35
typedef
qua<float, defaultp>
quat
;
36
38
}
//namespace glm
39
glm::quat
qua< float, defaultp > quat
Quaternion of single-precision floating-point numbers.
Definition:
quaternion_float.hpp:35
Generated by
1.8.18