mirror of
https://github.com/AxioDL/zeus.git
synced 2025-07-01 19:03:32 +00:00
Add component-wise CEulerAngles constructor
This commit is contained in:
parent
5db81ca788
commit
c3a6827e83
@ -10,6 +10,7 @@ class CQuaternion;
|
||||
class CEulerAngles : public CVector3f
|
||||
{
|
||||
public:
|
||||
CEulerAngles(float x, float y, float z) { assign(x, y, z); }
|
||||
CEulerAngles(const CQuaternion& quat);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user