Classes | |
struct | Mat9d |
Functions | |
double | determinant (const Mat9d &m) |
const double | inverse_determinant (const Mat9d &m) |
Mat9d | invert (const Mat9d &m) |
Mat9d | transpose (const Mat9d &m) |
Mat9d | matmult (const Mat9d &m1, const Mat9d &m2) |
QVector3D | matvecmult (const Mat9d &mat, const QVector3D &v) |
double determinant | ( | const Mat9d & | m ) | [inline] |
Return the determinant of this
matrix.
const double inverse_determinant | ( | const Mat9d & | m ) | [inline] |
Return the inverse of the deteminant of this
matrix.
Return the matrix multiplication of matrice m1
and m2
.
QVector3D matvecmult | ( | const Mat9d & | mat, |
const QVector3D & | v | ||
) | [inline] |
Return the vector multiplication of matrice rotmat
and vectorpoint
.