mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Common: Add function to get Euler angles from a Quaternion
This commit is contained in:
parent
a45a0a2066
commit
602cb39101
2 changed files with 30 additions and 0 deletions
|
@ -359,6 +359,8 @@ public:
|
|||
Quaternion operator*(Quaternion lhs, const Quaternion& rhs);
|
||||
Vec3 operator*(const Quaternion& lhs, const Vec3& rhs);
|
||||
|
||||
Vec3 FromQuaternionToEuler(const Quaternion& q);
|
||||
|
||||
class Matrix33
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue