some improvements

This commit is contained in:
Yggdrasil75
2026-01-05 10:58:00 -05:00
parent 57e9834772
commit 466fa26dc7
4 changed files with 181 additions and 230 deletions

View File

@@ -1,6 +1,10 @@
#include <limits>
#ifndef M_PI
#define M_PI 3.14159265358979323846f
#endif
#ifndef EPSILON
#define EPSILON 0.0000000000000000000000001f
#endif
#ifndef INF
#define INF 2^31-1
#endif