mirror of
https://github.com/halpz/re3.git
synced 2025-06-26 20:46:21 +00:00
ped attractor: start
This commit is contained in:
@ -78,7 +78,8 @@ public:
|
||||
return *this;
|
||||
}
|
||||
|
||||
CVector &GetPosition(void){ return *(CVector*)&m_matrix.pos; }
|
||||
const CVector &GetPosition(void) const { return *(CVector*)&m_matrix.pos; }
|
||||
CVector& GetPosition(void) { return *(CVector*)&m_matrix.pos; }
|
||||
CVector &GetRight(void) { return *(CVector*)&m_matrix.right; }
|
||||
CVector &GetForward(void) { return *(CVector*)&m_matrix.up; }
|
||||
CVector &GetUp(void) { return *(CVector*)&m_matrix.at; }
|
||||
|
Reference in New Issue
Block a user