gonna get this clean one of these days.
This commit is contained in:
6
util/basicdefines.hpp
Normal file
6
util/basicdefines.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.14159265358979323846f
|
||||
#endif
|
||||
#ifndef EPSILON
|
||||
#define EPSILON 0.0000000000000000000000001f
|
||||
#endif
|
||||
Reference in New Issue
Block a user