wren
Vulkan-based game engine
Loading...
Searching...
No Matches
quaternion.hpp File Reference
#include "matrix.hpp"
#include "vector.hpp"
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

struct  wren::math::Quaternion< T >
 

Namespaces

namespace  wren
 
namespace  wren::math
 

Typedefs

using wren::math::Quaternionf = Quaternion<float>
 
using wren::math::Quaterniond = Quaternion<double>