The small3d library
Tiny C++ 3D game development library for Win/MacOS/Linux/FreeBSD
|
Quaternion. More...
#include <Math.hpp>
Public Member Functions | |
Mat4 | toMatrix () const |
Quat | operator* (const Quat &other) |
template<class Archive > | |
void | serialize (Archive &archive) |
Public Attributes | |
float | x |
float | y |
float | z |
float | w |
Quaternion.