nngn
Loading...
Searching...
No Matches
mat3.h File Reference
#include <type_traits>
#include "mat.h"
#include "vec3.h"
Include dependency graph for mat3.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  nngn::mat3_base< T >
 

Namespaces

namespace  nngn
 

Typedefs

using nngn::imat3 = mat3_base<int32_t>
 
using nngn::umat3 = mat3_base<uint32_t>
 
using nngn::mat3 = mat3_base<float>
 
using nngn::dmat3 = mat3_base<double>