Mathter
A configurable 3D math library for game developers.
Matrix.hpp
Go to the documentation of this file.
1 //==============================================================================
2 // This software is distributed under The Unlicense.
3 // For more information, please refer to <http://unlicense.org/>
4 //==============================================================================
5 
6 #pragma once
7 
8 #include "Matrix/MatrixImpl.hpp"
12 #include "Matrix/MatrixCompare.hpp"
13 
17 
26