[Overview][Types][Classes][Procedures and functions] | Reference for unit 'matrix' (#rtl) |
Calculates the inverse of the matrix.
Source position: matrix.pp line 249
function Tmatrix4_double.inverse( |
Adeterminant: double |
Tmatrix4_double.inverse returns a new matrix that is the inverse of the matrix. You must pass the determinant of the matrix as parameter. Note: Calculating the inverse of a 4*4 matrix requires quite a few operations.
No notes exist for this page yet.