X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fmatrix.h;h=4a51ddce65da8af12b2c1efd04e9ed10d08027d4;hb=560b11de262a6cae2c71d744598bf3fd435ab14f;hp=cb61e292f0eaad46a195995f6c92a5bbf7c1afe8;hpb=7aaec9a70b8d7733429bec043f8e33e02956f266;p=libs%2Fgl.git diff --git a/source/core/matrix.h b/source/core/matrix.h index cb61e292..4a51ddce 100644 --- a/source/core/matrix.h +++ b/source/core/matrix.h @@ -1,19 +1,17 @@ #ifndef MSP_GL_MATRIX_H_ #define MSP_GL_MATRIX_H_ -#include #include -#include -#include "gl.h" +#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: