wren
Vulkan-based game engine
Loading...
Searching...
No Matches
matrix.hpp File Reference
#include <array>
#include "vector.hpp"
Include dependency graph for matrix.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  wren::math::Mat< T, Rows, Cols >
 
struct  wren::math::Mat4f
 

Namespaces

namespace  wren
 
namespace  wren::math
 

Typedefs

using wren::math::Mat3f = Mat<float, 3, 3>