0.9.8
Main Page
Modules
Files
File List
D:
Source
G-Truc
glm
glm
detail
_fixes.hpp
Go to the documentation of this file.
1
4
#include <cmath>
5
7
#ifdef max
8
#undef max
9
#endif
10
12
#ifdef min
13
#undef min
14
#endif
15
17
#ifdef isnan
18
#undef isnan
19
#endif
20
22
#ifdef isinf
23
#undef isinf
24
#endif
25
27
#ifdef log2
28
#undef log2
29
#endif
30
Generated by
1.8.10