Gimp.Matrix3.determinant

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

Calculates the determinant of the given matrix.

self

The input matrix.

Returns