diff --git a/include/sta/math/quaternion.hpp b/include/sta/math/quaternion.hpp index 89024ea..4fdc94c 100644 --- a/include/sta/math/quaternion.hpp +++ b/include/sta/math/quaternion.hpp @@ -66,8 +66,6 @@ namespace sta Quaternion conjugate(); matrix toRotationMatrix(); - - Quaternion normalized(); public: float x, y, z, w; };