mirror of
https://github.com/zeldaret/ss
synced 2026-09-09 11:44:32 -04:00
d_lyt_pause_disp_00 with a few nonmatching functions
This commit is contained in:
@@ -315,6 +315,10 @@ public:
|
||||
mVec2_c operator-(const mVec2_c &v) const {
|
||||
return mVec2_c(x - v.x, y - v.y);
|
||||
}
|
||||
|
||||
f32 squareDistanceTo(const mVec2_c &other) const {
|
||||
return (*this - other).squaredLength();
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user