mirror of
https://github.com/zeldaret/ss
synced 2026-07-08 22:04:41 -04:00
one more inline for OK
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user