Add CPlayerGun::UpdateGunIdle

Former-commit-id: a9f4b00047
This commit is contained in:
Henrique Gemignani Passos Lima
2022-10-06 23:34:27 +03:00
parent e426f60820
commit 72ba8f32df
9 changed files with 151 additions and 5 deletions

View File

@@ -11,6 +11,8 @@ public:
CAxisAngle(f32 x, f32 y, f32 z) : mVector(x, y, z) {}
explicit CAxisAngle(const CVector3f& vec);
static const CAxisAngle& Identity();
float GetAngle() const;
const CVector3f& GetVector() const;
const CAxisAngle& operator+=(const CAxisAngle& rhs);