Gimp.Matrix2.determinant

@accepts(Gimp.Matrix2)
@returns(float)
def determinant(self):
    # Python wrapper for gimp_matrix2_determinant()
  

Calculates the determinant of the given matrix.

Since 2.10.16

self

The input matrix.

Returns