Fix TWD not calculated from TWA in some situations

This commit is contained in:
Ulrich Meine
2026-07-04 18:25:09 +02:00
parent 4e07e1d22e
commit 92ee3a0c4f
2 changed files with 7 additions and 10 deletions
+1
View File
@@ -138,6 +138,7 @@ public:
static double toPI(double a);
static double to360(double a);
static double to180(double a);
void toCart(const double* phi, const double* r, double* x, double* y);
void toPol(const double* x, const double* y, double* phi, double* r);
void addPolar(const double* phi1, const double* r1,