the rest of dAcEremly_c states

This commit is contained in:
elijah-thomas774
2026-04-07 16:49:25 -04:00
parent 355ac69904
commit 84a65865d0
4 changed files with 413 additions and 31 deletions
+4
View File
@@ -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);
}