X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fmatrix.h;h=4a51ddce65da8af12b2c1efd04e9ed10d08027d4;hp=e2f1ada0cc527cf30210874b1a4cfc4a69f98f4d;hb=HEAD;hpb=24b24e2203c776aacd9744bb947f5cf47b03d328 diff --git a/source/core/matrix.h b/source/core/matrix.h index e2f1ada0..4a51ddce 100644 --- a/source/core/matrix.h +++ b/source/core/matrix.h @@ -1,18 +1,17 @@ #ifndef MSP_GL_MATRIX_H_ #define MSP_GL_MATRIX_H_ -#include #include -#include +#include #include "vector.h" namespace Msp { namespace GL { -class Matrix: public LinAl::SquareMatrix +class Matrix: public LinAl::Matrix { private: - typedef LinAl::SquareMatrix Base; + typedef LinAl::Matrix Base; typedef Geometry::Angle Angle; public: