CMappableObject, CMapArea equivalent

This commit is contained in:
2025-04-09 22:39:18 -06:00
parent b20a2b1eac
commit feddcf83c0
16 changed files with 286 additions and 179 deletions

View File

@@ -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;