Files
stupidsimcpp/util/basicdefines.hpp
2025-12-30 15:00:58 -05:00

7 lines
125 B
C++

#ifndef M_PI
#define M_PI 3.14159265358979323846f
#endif
#ifndef EPSILON
#define EPSILON 0.0000000000000000000000001f
#endif