Fixed a problem in the quaternion implementation

This commit is contained in:
dario 2024-06-28 18:08:57 +02:00
parent 63cf31de2b
commit 918ca9ef9c

View File

@ -66,8 +66,6 @@ namespace sta
Quaternion conjugate(); Quaternion conjugate();
matrix toRotationMatrix(); matrix toRotationMatrix();
Quaternion normalized();
public: public:
float x, y, z, w; float x, y, z, w;
}; };