mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-14 18:46:07 +00:00
@@ -10,7 +10,7 @@ class CAxisAngle {
|
||||
public:
|
||||
CAxisAngle(f32 x, f32 y, f32 z) : mVector(x, y, z) {}
|
||||
explicit CAxisAngle(const CVector3f& vec);
|
||||
static const CAxisAngle& Identity();
|
||||
static const CAxisAngle& Identity();
|
||||
const CVector3f& GetVector() const;
|
||||
|
||||
const CAxisAngle& operator+=(const CAxisAngle& rhs);
|
||||
|
||||
Reference in New Issue
Block a user