d_debug_camera mostly done (#2695)

* d_debug_camera mostly done

* update some alink demo stuff

* some misc debug stuff
This commit is contained in:
TakaRikka
2025-09-25 08:20:46 -07:00
committed by GitHub
parent 4635fcb666
commit 9a2df2162b
35 changed files with 2484 additions and 285 deletions
+6
View File
@@ -110,6 +110,12 @@ public:
float Sin(void) const;
float Cos(void) const;
float Tan(void) const;
operator f32() const { return mDegree; }
cDegree operator*(float v) const {
return cDegree(mDegree * v);
}
};
class cSPolar {