Calculates the inverse of the matrix.
Source position: matrix.pp line 197
function Tmatrix3_single.inverse( |
Adeterminant: single |
Tmatrix3_single.inverse returns a new matrix that is the inverse of the matrix. You must pass the determinant of the matrix as parameter.