Janus 2.0.0
High-performance C++20 dual-mode numerical framework
Loading...
Searching...
No Matches
Quaternion.hpp File Reference

Quaternion algebra, rotation, and SLERP interpolation. More...

Include dependency graph for Quaternion.hpp:
This graph shows which files directly or indirectly include this file:

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).

Detailed Description

Quaternion algebra, rotation, and SLERP interpolation.

See also
Rotations.hpp