nothing/src/math/pi.h

8 lines
98 B
C

#ifndef PI_H_
#define PI_H_
#define PI 3.14159265359f
#define PI_2 (2.0f * PI)
#endif // PI_H_