| Base typedef | sead::Matrix44CalcCommon< T > | |
| copy(Base &o, const Base &n) | sead::Matrix44CalcCommon< T > | static |
| copy(Base &o, const Mtx33 &n, const Vec3 &t, const Vec4 &v) | sead::Matrix44CalcCommon< T > | static |
| copy(Base &o, const Mtx34 &n, const Vec4 &v) | sead::Matrix44CalcCommon< T > | static |
| copy(Base &o, const Base &n) | sead::Matrix44CalcCommon< T > | inline |
| getCol(Vec4 &v, const Base &n, s32 axis) | sead::Matrix44CalcCommon< T > | static |
| getRow(Vec4 &v, const Base &n, s32 row) | sead::Matrix44CalcCommon< T > | static |
| inverse(Base &o, const Base &n) | sead::Matrix44CalcCommon< T > | static |
| inverseTranspose(Base &o, const Base &n) | sead::Matrix44CalcCommon< T > | static |
| makeIdentity(Base &o) | sead::Matrix44CalcCommon< T > | static |
| makeIdentity(Base &o) | sead::Matrix44CalcCommon< T > | inline |
| makeQ(Base &o, const Quat &q) | sead::Matrix44CalcCommon< T > | static |
| makeR(Base &o, const Vec3 &r) | sead::Matrix44CalcCommon< T > | static |
| makeRIdx(Base &o, u32 xr, u32 yr, u32 zr) | sead::Matrix44CalcCommon< T > | static |
| makeRzxyIdx(Base &o, u32 xr, u32 yr, u32 zr) | sead::Matrix44CalcCommon< T > | static |
| makeZero(Base &o) | sead::Matrix44CalcCommon< T > | static |
| Mtx33 typedef | sead::Matrix44CalcCommon< T > | |
| Mtx34 typedef | sead::Matrix44CalcCommon< T > | |
| multiply(Base &o, const Base &a, const Base &b) | sead::Matrix44CalcCommon< T > | static |
| multiply(Base &o, const Mtx34 &a, const Base &b) | sead::Matrix44CalcCommon< T > | static |
| multiply(Base &o, const Base &a, const Mtx34 &b) | sead::Matrix44CalcCommon< T > | static |
| multiply(Base &o, const Base &a, const Base &b) | sead::Matrix44CalcCommon< T > | inline |
| Quat typedef | sead::Matrix44CalcCommon< T > | |
| scaleAllElements(Base &n, T s) | sead::Matrix44CalcCommon< T > | static |
| scaleBases(Base &n, T sx, T sy, T sz, T sw) | sead::Matrix44CalcCommon< T > | static |
| setCol(Base &n, s32 axis, const Vec4 &v) | sead::Matrix44CalcCommon< T > | static |
| setRow(Base &n, const Vec4 &v, s32 row) | sead::Matrix44CalcCommon< T > | static |
| toQuat(Quat &q, const Base &n) | sead::Matrix44CalcCommon< T > | static |
| transpose(Base &o) | sead::Matrix44CalcCommon< T > | static |
| transposeTo(Base &o, const Base &n) | sead::Matrix44CalcCommon< T > | static |
| Vec3 typedef | sead::Matrix44CalcCommon< T > | |
| Vec4 typedef | sead::Matrix44CalcCommon< T > | |