small mdl stuff

This commit is contained in:
robojumper
2025-05-17 13:19:40 +02:00
parent c6ea169814
commit 790fc7fda3
5 changed files with 159 additions and 55 deletions
+4
View File
@@ -36,6 +36,10 @@ struct mAng {
return &mVal;
}
void setR(const u32 &v) {
mVal = v;
}
mAng operator-() {
return mAng(-mVal);
}