src/types/matrix.h

changeset 1316
31f4293cec30
parent 1269
ec691d9472b3
child 1326
69a90bd2dba2
equal deleted inserted replaced
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;

mercurial