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

Go to the source code of this file.

Classes

struct  nngn::mat4_base< T >
 

Namespaces

namespace  nngn
 

Typedefs

using nngn::imat4 = mat4_base< int32_t >
 
using nngn::umat4 = mat4_base< uint32_t >
 
using nngn::mat4 = mat4_base< float >
 
using nngn::dmat4 = mat4_base< double >