| apply(MLDblFuncPtr fct) | ml::Tmat2< DT > | inline |
| ColumnCount enum value | ml::FloatingPointMatrix< Tvec2< DT >, 2 > | |
| compAbsSum() const | ml::FloatingPointMatrix< Tvec2< DT >, 2 > | inline |
| ComponentCount enum value | ml::FloatingPointMatrix< Tvec2< DT >, 2 > | |
| ComponentType typedef | ml::Tmat2< DT > | |
| det() const | ml::Tmat2< DT > | inline |
| getIdentity() | ml::Tmat2< DT > | inlinestatic |
| getMat(const DT val) | ml::Tmat2< DT > | inlinestatic |
| getValues(float mat[4]) const | ml::Tmat2< DT > | inline |
| getValues(double mat[4]) const | ml::Tmat2< DT > | inline |
| getValuesToPtr(ComponentType *values) const | ml::FloatingPointMatrix< Tvec2< DT >, 2 > | |
| inverse(bool *isInvertible=nullptr) const | ml::Tmat2< DT > | |
| linearIndexed(const size_t idx) | ml::FloatingPointMatrix< Tvec2< DT >, 2 > | inline |
| linearIndexedConst(const size_t idx) const | ml::FloatingPointMatrix< Tvec2< DT >, 2 > | inline |
| operator*=(const DT d) | ml::Tmat2< DT > | inline |
| operator+=(const Tmat2< DT > &m) | ml::Tmat2< DT > | inline |
| operator-=(const Tmat2< DT > &m) | ml::Tmat2< DT > | inline |
| operator/=(const DT d) | ml::Tmat2< DT > | inline |
| operator<(const Tmat2< DT > &) const | ml::Tmat2< DT > | inline |
| operator=(const Tmat2< DT > &m) | ml::Tmat2< DT > | inline |
| operator[](const size_t i) const | ml::FloatingPointMatrix< Tvec2< DT >, 2 > | |
| operator[](const size_t i) | ml::FloatingPointMatrix< Tvec2< DT >, 2 > | |
| RowCount enum value | ml::FloatingPointMatrix< Tvec2< DT >, 2 > | |
| set(const DT val) | ml::Tmat2< DT > | inline |
| setScaleMatrix(const DT scale) | ml::Tmat2< DT > | inline |
| setValues(const float mat[4]) | ml::Tmat2< DT > | inline |
| setValues(const double mat[4]) | ml::Tmat2< DT > | inline |
| setValuesFromPtr(const ComponentType *const values) | ml::FloatingPointMatrix< Tvec2< DT >, 2 > | |
| Tmat2() | ml::Tmat2< DT > | inline |
| Tmat2(const DT diagValue) | ml::Tmat2< DT > | inline |
| Tmat2(const Tvec2< DT > &row0, const Tvec2< DT > &row1) | ml::Tmat2< DT > | inline |
| Tmat2(const Tmat2< DT > &mat) | ml::Tmat2< DT > | inline |
| Tmat2(const float mat[4]) | ml::Tmat2< DT > | inline |
| Tmat2(const double mat[4]) | ml::Tmat2< DT > | inline |
| Tmat2(const DT in00, const DT in01, const DT in10, const DT in11) | ml::Tmat2< DT > | inline |
| transpose() const | ml::Tmat2< DT > | inline |
| v | ml::FloatingPointMatrix< Tvec2< DT >, 2 > | protected |
| VectorType typedef | ml::FloatingPointMatrix< Tvec2< DT >, 2 > | |