[Overview][Types][Classes][Procedures and functions] Reference for unit 'matrix' (#rtl)

Tmatrix3_double.inverse

Calculates the inverse of the matrix.

Declaration

Source position: matrix.pp line 207

function Tmatrix3_double.inverse(

  Adeterminant: double

):Tmatrix3_double;

Description

Tmatrix3_double.inverse returns a new matrix that is the inverse of the matrix. You must pass the determinant of the matrix as parameter.