More CPhysicsActor

Former-commit-id: bc81e35c6b
This commit is contained in:
2022-10-05 15:50:12 -07:00
parent e2e4fe7f6c
commit a3aa74f563
5 changed files with 118 additions and 3 deletions

View File

@@ -12,7 +12,8 @@ public:
explicit CAxisAngle(const CVector3f& vec);
static const CAxisAngle& Identity();
const CVector3f& GetVector() const;
const CAxisAngle& operator+=(const CAxisAngle& rhs);
private:
CVector3f mVector;
};