Add Quaternion to rotation matrix

This commit is contained in:
Milo Priegnitz
2024-06-22 15:30:31 +02:00
committed by dario
parent 86cd951d5e
commit 1393ade57b
2 changed files with 20 additions and 5 deletions

View File

@@ -8,6 +8,7 @@
#ifndef STA_PEAK_QUATERNION_HPP
#define STA_PEAK_QUATERNION_HPP
#include <sta/math/linalg/matrix.hpp>
namespace sta
{
namespace math {
@@ -55,11 +56,8 @@ namespace sta
*/
float norm();
/**
* @brief
*
* @return Quaternion
*/
matrix toRotationMatrix();
Quaternion normalized();
Quaternion conjugate();