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

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