apply(MLDblFuncPtr fct) | ml::Tmat3< DT > | inline |
ColumnCount enum value | ml::FloatingPointMatrix< Tvec3< DT >, 3 > | |
compAbsSum() const | ml::FloatingPointMatrix< Tvec3< DT >, 3 > | inline |
ComponentCount enum value | ml::FloatingPointMatrix< Tvec3< DT >, 3 > | |
ComponentType typedef | ml::Tmat3< DT > | |
det() const | ml::Tmat3< DT > | |
getIdentity() | ml::Tmat3< DT > | inlinestatic |
getMat(const double val) | ml::Tmat3< DT > | inlinestatic |
getValues(float mat[9]) const | ml::Tmat3< DT > | inline |
getValues(double mat[9]) const | ml::Tmat3< DT > | inline |
getValuesToPtr(ComponentType *values) const | ml::FloatingPointMatrix< Tvec3< DT >, 3 > | |
inverse(bool *isInvertible=nullptr) const | ml::Tmat3< DT > | |
jacobi(Tvec3< DT > &eVal, int &rots) const | ml::Tmat3< DT > | |
linearIndexed(const size_t idx) | ml::FloatingPointMatrix< Tvec3< DT >, 3 > | inline |
linearIndexedConst(const size_t idx) const | ml::FloatingPointMatrix< Tvec3< DT >, 3 > | inline |
operator*=(const DT d) | ml::Tmat3< DT > | inline |
operator+=(const Tmat3< DT > &m) | ml::Tmat3< DT > | inline |
operator-=(const Tmat3< DT > &m) | ml::Tmat3< DT > | inline |
operator/=(const DT d) | ml::Tmat3< DT > | inline |
operator<(const Tmat3< DT > &) const | ml::Tmat3< DT > | inline |
operator=(const Tmat3< DT > &m) | ml::Tmat3< DT > | inline |
operator[](const size_t i) const | ml::FloatingPointMatrix< Tvec3< DT >, 3 > | |
operator[](const size_t i) | ml::FloatingPointMatrix< Tvec3< DT >, 3 > | |
RowCount enum value | ml::FloatingPointMatrix< Tvec3< DT >, 3 > | |
set(DT val) | ml::Tmat3< DT > | inline |
setScaleMatrix(const DT scale) | ml::Tmat3< DT > | inline |
setValues(const float mat[9]) | ml::Tmat3< DT > | inline |
setValues(const double mat[9]) | ml::Tmat3< DT > | inline |
setValuesFromPtr(const ComponentType *const values) | ml::FloatingPointMatrix< Tvec3< DT >, 3 > | |
Tmat3() | ml::Tmat3< DT > | inline |
Tmat3(const DT diagValue) | ml::Tmat3< DT > | inline |
Tmat3(const Tvec3< DT > &row0, const Tvec3< DT > &row1, const Tvec3< DT > &row2) | ml::Tmat3< DT > | inline |
Tmat3(const Tmat3< DT > &mat) | ml::Tmat3< DT > | inline |
Tmat3(const float mat[9]) | ml::Tmat3< DT > | inline |
Tmat3(const double mat[9]) | ml::Tmat3< DT > | inline |
Tmat3(const double in00, const double in01, const double in02, const double in10, const double in11, const double in12, const double in20, const double in21, const double in22) | ml::Tmat3< DT > | inline |
transpose() const | ml::Tmat3< DT > | inline |
v | ml::FloatingPointMatrix< Tvec3< DT >, 3 > | protected |
VectorType typedef | ml::FloatingPointMatrix< Tvec3< DT >, 3 > | |