mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 01:37:00 +00:00
@@ -9,8 +9,9 @@ class CMatrix3f {
|
||||
static const CMatrix3f sIdentity;
|
||||
public:
|
||||
CMatrix3f(const CMatrix3f&);
|
||||
const CMatrix3f& operator=(const CMatrix3f& other);
|
||||
|
||||
static CMatrix3f Identity() { return sIdentity; }
|
||||
static const CMatrix3f& Identity() { return sIdentity; }
|
||||
private:
|
||||
// TODO maybe individual f32s
|
||||
CVector3f m0;
|
||||
|
||||
Reference in New Issue
Block a user