"L. Spiro Engine"

F:/My Projects/LSEngine/Modules/LSMathLib/Src/Vector/LSMVector4.h

00001 
00016 #ifndef __LSM_VECTOR4_H__
00017 #define __LSM_VECTOR4_H__
00018 
00019 #include "../LSMMathLib.h"
00020 #include "LSMVector3.h"
00021 #include "LSMVector4Base.h"
00022 
00023 namespace lsm {
00024 
00031         typedef CVector4Base<LSREAL, CVector3>                  CVector4;
00032 
00033 }       // namespace lsm
00034 
00035 #endif  // __LSM_VECTOR4_H__
00036 
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator