![]() |
Pioneer
|
#include "matrix3x3.h"#include "vector3.h"#include <math.h>#include <stdio.h>#include <cassert>#include <type_traits>

Go to the source code of this file.
Classes | |
| class | matrix4x4< T > |
Typedefs | |
| typedef matrix4x4< float > | matrix4x4f |
| typedef matrix4x4< double > | matrix4x4d |
| typedef matrix4x4<double> matrix4x4d |
| typedef matrix4x4<float> matrix4x4f |