You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011121314 |
- #ifndef MATRIX3X3_H
- #define MATRIX3X3_H
-
- #include "utils/matrixmxn.h"
-
- typedef MatrixMxN<3, 3> Matrix3x3;
-
- //class Matrix3x3
- //{
- //public:
- // Matrix3x3();
- //};
-
- #endif // MATRIX3X3_H
|