mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 15:47:41 +00:00
CMappableObject, CMapArea equivalent
This commit is contained in:
@@ -32,8 +32,8 @@ public:
|
||||
, m1(xf.GetRow(kDY))
|
||||
, m2(xf.GetRow(kDZ)) {}*/
|
||||
|
||||
void RotateY(const CRelAngle& angle);
|
||||
void RotateZ(const CRelAngle& angle);
|
||||
static CMatrix3f RotateY(const CRelAngle& angle);
|
||||
static CMatrix3f RotateZ(const CRelAngle& angle);
|
||||
const CMatrix3f& operator=(const CMatrix3f& other);
|
||||
const CVector3f operator*(const CVector3f&) const;
|
||||
const CMatrix3f operator*(const CMatrix3f&) const;
|
||||
|
||||
Reference in New Issue
Block a user