1315:23d48a709ffc | 1316:31f4293cec30 |
---|---|
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 */ | 17 */ |
18 | 18 |
19 #pragma once | 19 #pragma once |
20 #include <QString> | 20 #include <QString> |
21 #include "../glShared.h" | 21 #include <QMetaType> |
22 | 22 |
23 /* | 23 /* |
24 * A mathematical 3 x 3 matrix | 24 * A mathematical 3 × 3 matrix |
25 */ | 25 */ |
26 class Matrix | 26 class Matrix |
27 { | 27 { |
28 public: | 28 public: |
29 class RowView; | 29 class RowView; |