mirror of
https://github.com/zeldaret/ss
synced 2026-08-26 08:02:42 -04:00
more progress
This commit is contained in:
+6
-1
@@ -272,10 +272,15 @@ public:
|
||||
return cM::atan2s(-y, absXZ());
|
||||
}
|
||||
|
||||
s16 atan2sY_XZ() const {
|
||||
// TODO: make sure this isn't bad
|
||||
s32 atan2sY_XZ() const {
|
||||
return cM::atan2s(y, absXZ());
|
||||
}
|
||||
|
||||
s32 atan2sXZ_Y() const {
|
||||
return -atan2sY_XZ();
|
||||
}
|
||||
|
||||
f32 angle(const mVec3_c &other) const {
|
||||
return EGG::Vector3f::angle(other);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user