mirror of
https://github.com/zeldaret/ss
synced 2026-08-05 01:19:27 -04:00
the rest of dAcEremly_c states
This commit is contained in:
@@ -63,6 +63,10 @@ public:
|
||||
s32 absDiff(const mAng &other) const {
|
||||
return sLib::absDiff(mVal, other.mVal);
|
||||
}
|
||||
template <typename T>
|
||||
static s32 absDiff2(T a, T b) {
|
||||
return abs(a - b);
|
||||
}
|
||||
f32 sin() const {
|
||||
return nw4r::math::SinIdx(*this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user