mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 21:34:10 +00:00
VU0 collision
This commit is contained in:
parent
a786dd45a4
commit
abb640c6b6
12 changed files with 2194 additions and 20 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue