Added slerp and updated quaternion class

This commit is contained in:
dario
2024-06-19 15:08:02 +02:00
parent e3d45a11c3
commit 059b356ec7
8 changed files with 122 additions and 21 deletions

View File

@@ -18,6 +18,8 @@ namespace sta
Quaternion();
Quaternion integrate(float dt, float ox, float oy, float oz);
static Quaternion unit();
float norm();