Not Enough Math
Lightweight zero-dependency C++ math library
Loading...
Searching...
No Matches
mat.hpp File Reference
#include <cassert>
#include "utils.hpp"
#include "vec.hpp"

Go to the source code of this file.

Classes

struct  nem::mat< _T, _C, _R >
 

Namespaces

namespace  nem
 

Typedefs

using nem::mat2 = mat<real, 2, 2>
 
using nem::mat3 = mat<real, 3, 3>
 
using nem::mat4 = mat<real, 4, 4>