one more inline for OK

This commit is contained in:
robojumper
2025-09-26 23:56:00 +02:00
parent ad7861a840
commit d1adefb567
4 changed files with 134 additions and 95 deletions
+3
View File
@@ -259,6 +259,9 @@ public:
f32 absXZ() const {
return EGG::Math<f32>::sqrt(squareMagXZ());
}
f32 absXZTo(const mVec3_c &other) const {
return EGG::Math<f32>::sqrt(squareDistanceToXZ(other));
}
s16 atan2sX_Z() const {
return cM::atan2s(x, z);
}