#include "Dcm.hpp" #include #include using namespace matrix; int main() { Dcmf dcm; Quatf q = Quatf(dcm); Eulerf e = Eulerf(dcm); return 0; }