diff --git a/matrix/Quaternion.hpp b/matrix/Quaternion.hpp index 4e5d2ad11f..f4a859fca9 100644 --- a/matrix/Quaternion.hpp +++ b/matrix/Quaternion.hpp @@ -338,7 +338,7 @@ public: { Quaternion res; res.from_axis_angle(vec); - (*this) = (*this) * res; + (*this) = res * (*this); } /**