"L. Spiro Engine"

F:/My Projects/LSEngine/Modules/LSMathLib/Src/Matrix/LSMMatrix2x2.h

00001 
00016 #ifndef __LSM_MATRIX2X2_H__
00017 #define __LSM_MATRIX2X2_H__
00018 
00019 #include "../LSMMathLib.h"
00020 #include "../Vector/LSMVector2.h"
00021 #include "LSMMatrix2x2Base.h"
00022 
00023 namespace lsm {
00024 
00031         typedef CMatrix2x2Base<LSREAL, CVector2>        CMatrix2x2;
00032 
00033 }       // namespace lsm
00034 
00035 #endif  // __LSM_MATRIX2X2_H__
00036 
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator