Mathter
A configurable 3D math library for game developers.
Mathter
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
"
9
#include "
Matrix/MatrixFunction.hpp
"
10
#include "
Matrix/MatrixArithmetic.hpp
"
11
#include "
Matrix/MatrixVectorArithmetic.hpp
"
12
#include "
Matrix/MatrixCompare.hpp
"
13
14
#include "
Decompositions/DecomposeLU.hpp
"
15
#include "
Decompositions/DecomposeQR.hpp
"
16
#include "
Decompositions/DecomposeSVD.hpp
"
17
18
#include "
Transforms/OrthographicBuilder.hpp
"
19
#include "
Transforms/PerspectiveBuilder.hpp
"
20
#include "
Transforms/Rotation2DBuilder.hpp
"
21
#include "
Transforms/Rotation3DBuilder.hpp
"
22
#include "
Transforms/ScaleBuilder.hpp
"
23
#include "
Transforms/ShearBuilder.hpp
"
24
#include "
Transforms/TranslationBuilder.hpp
"
25
#include "
Transforms/ViewBuilder.hpp
"
26
27
#include "
Transforms/IdentityBuilder.hpp
"
28
#include "
Transforms/ZeroBuilder.hpp
"
TranslationBuilder.hpp
IdentityBuilder.hpp
MatrixImpl.hpp
ScaleBuilder.hpp
ShearBuilder.hpp
DecomposeLU.hpp
ViewBuilder.hpp
MatrixFunction.hpp
DecomposeQR.hpp
Rotation2DBuilder.hpp
PerspectiveBuilder.hpp
OrthographicBuilder.hpp
Rotation3DBuilder.hpp
MatrixCompare.hpp
ZeroBuilder.hpp
MatrixVectorArithmetic.hpp
MatrixArithmetic.hpp
DecomposeSVD.hpp
Generated by
1.8.13