diff options
Diffstat (limited to 'include/m_Do/m_Do_mtx.h')
| -rw-r--r-- | include/m_Do/m_Do_mtx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/m_Do/m_Do_mtx.h b/include/m_Do/m_Do_mtx.h index 4bca7e35..4fdaf59f 100644 --- a/include/m_Do/m_Do_mtx.h +++ b/include/m_Do/m_Do_mtx.h @@ -141,6 +141,10 @@ inline void mDoMtx_quat(Mtx m, const Quaternion* q) { MTXQuat(m, q); } +inline void cMtx_identity(Mtx mtx) { + mDoMtx_identity(mtx); +} + inline void cMtx_inverse(const Mtx a, Mtx b) { mDoMtx_inverse(a, b); } |
