mal-math
C++20 mathematics library.
All Classes Namespaces Files Functions Variables Typedefs Concepts
quaternion.cpp
Go to the documentation of this file.
1#include "quaternion.hpp"
2namespace malatindez::
3{
4 template struct qua<float>;
5 template struct qua<double>;
6}; // namespace malatindez::
Quaternion operations and related mathematical functions.