The small3d library
Tiny C++ 3D game development library for Win/MacOS/Linux/FreeBSD
Loading...
Searching...
No Matches
small3d::Quat Class Reference

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
 

Detailed Description

Quaternion.


The documentation for this class was generated from the following files: