mirror of
https://github.com/halpz/re3.git
synced 2025-07-23 09:19:46 +00:00
fixed tab
This commit is contained in:
@ -155,9 +155,9 @@ public:
|
|||||||
r.Normalise();
|
r.Normalise();
|
||||||
f = CrossProduct(u, r);
|
f = CrossProduct(u, r);
|
||||||
}
|
}
|
||||||
void CopyOnlyMatrix(CMatrix *other){
|
void CopyOnlyMatrix(CMatrix *other){
|
||||||
m_matrix = other->m_matrix;
|
m_matrix = other->m_matrix;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
inline CMatrix&
|
inline CMatrix&
|
||||||
|
Reference in New Issue
Block a user