GLM
0.9.5
Main Page
Related Pages
Modules
Namespaces
Files
File List
Users
Groove
Documents
GitHub
glm
glm
detail
_fixes.hpp
1
29
#include <cmath>
30
32
#ifdef max
33
#undef max
34
#endif
35
37
#ifdef min
38
#undef min
39
#endif
40
42
#ifdef isnan
43
#undef isnan
44
#endif
45
47
#ifdef isinf
48
#undef isinf
49
#endif
50
52
#ifdef log2
53
#undef log2
54
#endif
55
Generated by
1.8.5