0.9.9 API documenation
scalar_float_sized.hpp
Go to the documentation of this file.
1 
14 #pragma once
15 
16 #include "../detail/setup.hpp"
17 
18 #if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
19 # pragma message("GLM: GLM_EXT_scalar_float_sized extension included")
20 #endif
21 
22 namespace glm
23 {
26 
28  typedef float float32;
29 
30 
31 # ifndef GLM_FORCE_SINGLE_ONLY
32 
34  typedef double float64;
35 
36 # endif//GLM_FORCE_SINGLE_ONLY
37 
39 }//namespace glm
double float64
Double precision floating-point numbers.
float float32
Single precision floating-point numbers.
Definition: common.hpp:20