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.

matrix3x3.h 186B

1234567891011121314
  1. #ifndef MATRIX3X3_H
  2. #define MATRIX3X3_H
  3. #include "utils/matrixmxn.h"
  4. typedef MatrixMxN<3, 3> Matrix3x3;
  5. //class Matrix3x3
  6. //{
  7. //public:
  8. // Matrix3x3();
  9. //};
  10. #endif // MATRIX3X3_H