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