Gimp.Matrix3.prototype.determinant

function determinant(): Number(gdouble) {
    // Gjs wrapper for gimp_matrix3_determinant()
}
  

Calculates the determinant of the given matrix.

Returns

The determinant.