mirror of
https://github.com/zeldaret/tp
synced 2026-09-02 18:02:55 -04:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user