summaryrefslogtreecommitdiffstats
path: root/src/math/Matrix.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-08-07 10:18:40 +0200
committerGitHub <noreply@github.com>2020-08-07 10:18:40 +0200
commit0d7fa6df3c0e8ef53f06e8aa98d73ebc58f8929b (patch)
treeeccc96f08136cdc1d73c6b6e84a7669e42ef7a19 /src/math/Matrix.h
parentEnable PS2 Alpha test Emu in debug menu on RW (diff)
parentVU0 collision (diff)
downloadre3-0d7fa6df3c0e8ef53f06e8aa98d73ebc58f8929b.tar
re3-0d7fa6df3c0e8ef53f06e8aa98d73ebc58f8929b.tar.gz
re3-0d7fa6df3c0e8ef53f06e8aa98d73ebc58f8929b.tar.bz2
re3-0d7fa6df3c0e8ef53f06e8aa98d73ebc58f8929b.tar.lz
re3-0d7fa6df3c0e8ef53f06e8aa98d73ebc58f8929b.tar.xz
re3-0d7fa6df3c0e8ef53f06e8aa98d73ebc58f8929b.tar.zst
re3-0d7fa6df3c0e8ef53f06e8aa98d73ebc58f8929b.zip
Diffstat (limited to 'src/math/Matrix.h')
-rw-r--r--src/math/Matrix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/Matrix.h b/src/math/Matrix.h
index c849a5c4..e2d6b0e0 100644
--- a/src/math/Matrix.h
+++ b/src/math/Matrix.h
@@ -81,6 +81,7 @@ public:
m_matrix.pos.z += rhs.m_matrix.pos.z;
return *this;
}
+ CMatrix& operator*=(CMatrix const &rhs);
CVector &GetPosition(void){ return *(CVector*)&m_matrix.pos; }
CVector &GetRight(void) { return *(CVector*)&m_matrix.right; }