LinearAlgebraTypes.h
Go to the documentation of this file.
1 // (C) Copyright Renaud Detry 2007-2015.
2 // Distributed under the GNU General Public License and under the
3 // BSD 3-Clause License (See accompanying file LICENSE.txt).
4 
5 /** @file */
6 
7 #ifndef NUKLEI_LINEAR_ALGEBRA_DEF_H
8 #define NUKLEI_LINEAR_ALGEBRA_DEF_H
9 
10 #include <nuklei/Wm5/Wm5Vector2.h>
11 #include <nuklei/Wm5/Wm5Vector3.h>
12 #include <nuklei/Wm5/Wm5GVector.h>
13 #include <nuklei/Wm5/Wm5Matrix3.h>
14 #include <nuklei/Wm5/Wm5GMatrix.h>
15 #include <nuklei/Wm5/Wm5Plane3.h>
16 #include <nuklei/Wm5/Wm5Quaternion.h>
17 #include <nuklei/Definitions.h>
18 
19 namespace nuklei {
20 
21  typedef nuklei_wmf::Vector2<coord_t> Vector2;
22  typedef nuklei_wmf::Vector3<coord_t> Vector3;
23  typedef nuklei_wmf::GVector<coord_t> GVector;
24  typedef nuklei_wmf::Quaternion<coord_t> Quaternion;
25  typedef nuklei_wmf::Matrix3<coord_t> Matrix3;
26  typedef nuklei_wmf::GMatrix<coord_t> GMatrix;
27  typedef nuklei_wmf::Plane3<coord_t> Plane3;
28 
29 }
30 
31 #endif
Public namespace.
Definition: Color.cpp:9
© Copyright 2007-2013 Renaud Detry.
Distributed under the terms of the GNU General Public License (GPL).
(See accompanying file LICENSE.txt or copy at http://www.gnu.org/copyleft/gpl.html.)
Revised Sun Sep 13 2020 19:10:06.