|
Metis 2.0.0
High-performance C++20 dual-mode numerical framework
|
Quaternion algebra, rotation, and SLERP interpolation. More...
#include "metis/core/MetisConcepts.hpp"#include "metis/core/MetisTypes.hpp"#include "metis/math/Arithmetic.hpp"#include "metis/math/Linalg.hpp"#include "metis/math/Logic.hpp"#include "metis/math/Trig.hpp"

Go to the source code of this file.
Classes | |
| class | metis::Quaternion< Scalar > |
| Quaternion class for rotation representation. More... | |
Namespaces | |
| namespace | metis |
Functions | |
| template<typename Scalar> | |
| Quaternion< Scalar > | metis::slerp (const Quaternion< Scalar > &q0, const Quaternion< Scalar > &q1, Scalar t) |
| Spherical Linear Interpolation (full fidelity). | |
Quaternion algebra, rotation, and SLERP interpolation.