This commit is contained in:
robojumper
2025-05-19 23:46:33 +02:00
parent c1f8ff572b
commit ffcaeff995
12 changed files with 127 additions and 48 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ struct mAng {
return (360.0f / 65536.0f) * mVal;
}
static mAng fromDeg(f32 deg) {
static s16 fromDeg(f32 deg) {
return deg * sDegToAng;
}
f32 degree2() const {