X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fcore%2Fmatrix.h;h=4a51ddce65da8af12b2c1efd04e9ed10d08027d4;hb=e1be82a4dfce8d90358c506f65be09da4dc9d5ec;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: