]> git.lizzy.rs Git - nothing.git/blob - src/math/pi.h
Merge pull request #385 from tsoding/379
[nothing.git] / src / math / pi.h
1 #ifndef PI_H_
2 #define PI_H_
3
4 #define PI 3.14159265359f
5 #define PI_2 (2.0f * PI)
6
7 #endif  // PI_H_