0.9.9 API documenation
Users
christophericcio
Documents
Repository
Github
glm
glm
detail
_fixes.hpp
1
#include <cmath>
2
4
#ifdef max
5
#undef max
6
#endif
7
9
#ifdef min
10
#undef min
11
#endif
12
14
#ifdef isnan
15
#undef isnan
16
#endif
17
19
#ifdef isinf
20
#undef isinf
21
#endif
22
24
#ifdef log2
25
#undef log2
26
#endif
27
Generated by
1.8.14