NRE_Math.hpp
Go to the documentation of this file.
1 
10  #pragma once
11 
12  #include "../Math/NRE_Math.hpp"
13  #include "../Math/NRE_Unit.hpp"
14 
15  #include "../Math/Vector/2D/NRE_Vector2D.hpp"
16  #include "../Math/Vector/3D/NRE_Vector3D.hpp"
17  #include "../Math/Vector/4D/NRE_Vector4D.hpp"
18 
19  #include "../Math/Plane/NRE_Plane.hpp"
20 
21  #include "../Math/Segment/3D/NRE_Segment3D.hpp"
22  #include "../Math/Segment/4D/NRE_Segment4D.hpp"
23 
24  #include "../Math/Curve/Bezier/3D/NRE_BezierCurve3D.hpp"
25  #include "../Math/Curve/Bezier/4D/NRE_BezierCurve4D.hpp"
26 
27  #include "../Math/Matrix/3D/NRE_Matrix3x3.hpp"
28  #include "../Math/Matrix/4D/NRE_Matrix4x4.hpp"
29 
30  #include "../Math/Quaternion/NRE_Quaternion.hpp"
31 
32  #include "../Math/Frustum/NRE_Frustum.hpp"