nug fixes and small tweaks

This commit is contained in:
2025-01-29 14:49:12 +01:00
parent 76580ac4d7
commit 09b30852ab
8 changed files with 53 additions and 55 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
#ifndef PI
#define PI 3.14159265358979323846
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
#ifndef M_2PI
#define M_2PI (3.14159265358979323846 * 2.0)
#define M_2PI (M_PI * 2.0)
#endif