22 #ifndef TITANIC_FMATRIX_H 23 #define TITANIC_FMATRIX_H 25 #include "titanic/star_control/fvector.h" 95 return _row1 == src._row1 && _row2 == src._row2 && _row3 == src._row3;
109 assert(idx >= 0 && idx <= 2);
110 FVector *rows[3] = { &_row1, &_row2, &_row3 };
void matLProd(const FMatrix &m)
Definition: simple_file.h:49
void save(SimpleFile *file, int indent)
FVector & operator[](int idx)
Definition: fmatrix.h:108
bool operator!=(const FMatrix &src)
Definition: fmatrix.h:101
void matRProd(const FMatrix &m)
bool operator==(const FMatrix &src)
Definition: fmatrix.h:94
void load(SimpleFile *file, int param)