Clutter Engine 0.0.1
Loading...
Searching...
No Matches
quaternion_float.hpp
Go to the documentation of this file.
1
19
20#pragma once
21
22// Dependency:
24
25#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
26# pragma message("GLM: GLM_EXT_quaternion_float extension included")
27#endif
28
29namespace glm
30{
33
36
38} //namespace glm
39
qua< float, defaultp > quat
Quaternion of single-precision floating-point numbers.
Definition quaternion_float.hpp:35
Core features
Definition common.hpp:21
Definition type_quat.hpp:20