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

Tmatrix3_single.inverse

Calculates the inverse of the matrix.

Declaration

Source position: matrix.pp line 194

function Tmatrix3_single.inverse(

  Adeterminant: single

):Tmatrix3_single;

Description

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

The latest version of this document can be found at lazarus-ccr.sourceforge.net.