proper phase shifts for rds2 - less deviation

This commit is contained in:
2026-07-12 09:58:46 +02:00
parent f3035091d7
commit 224ad3bc64
4 changed files with 32 additions and 16 deletions
+3
View File
@@ -4,4 +4,7 @@
#endif
#ifndef M_2PI
#define M_2PI (M_PI * 2.0)
#endif
#ifndef M_PI_2
#define M_PI_2 (M_PI / 2.0)
#endif