mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-22 01:39:11 +00:00
DolphinCGraphics & CDecal 99%
This commit is contained in:
@@ -90,7 +90,10 @@ public:
|
||||
}
|
||||
void AddTranslationZ(float z) { posZ += z; }
|
||||
|
||||
CTransform4f& operator*=(const CTransform4f& other);
|
||||
CTransform4f& operator*=(const CTransform4f& other) {
|
||||
*this = *this * other;
|
||||
return *this;
|
||||
}
|
||||
CTransform4f operator*(const CTransform4f& vec) const;
|
||||
CVector3f operator*(const CVector3f& vec) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user