Pioneer
Loading...
Searching...
No Matches
Classes | Typedefs
matrix4x4.h File Reference
#include "matrix3x3.h"
#include "vector3.h"
#include <math.h>
#include <stdio.h>
#include <cassert>
#include <type_traits>
Include dependency graph for matrix4x4.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  matrix4x4< T >
 

Typedefs

typedef matrix4x4< float > matrix4x4f
 
typedef matrix4x4< double > matrix4x4d
 

Typedef Documentation

◆ matrix4x4d

typedef matrix4x4<double> matrix4x4d

◆ matrix4x4f

typedef matrix4x4<float> matrix4x4f