Implements rotgen::quaternion

Closes #19

Co-authored-by: Jules Pénuchot <jules@penuchot.com>
This commit is contained in:
Joel Falcou 2025-11-09 19:07:20 +01:00
parent aba4d65feb
commit c400650f1a
53 changed files with 995 additions and 84 deletions

View file

@ -7,11 +7,10 @@
//==================================================================================================
#pragma once
#include "tts.hpp"
#include "unit/common/references.hpp"
#include <rotgen/config.hpp>
#include <rotgen/concepts.hpp>
#include <functional>
#include <rotgen/config.hpp>
#include <tts.hpp>
namespace rotgen::tests
{