Main Page
Related Pages
Modules
Files
File List
G:
Repository
glm
glm
core
_fixes.hpp
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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.2