Gimp.Matrix2.prototype.determinant
function determinant(): Number(gdouble) {
// Gjs wrapper for gimp_matrix2_determinant()
}
Calculates the determinant of the given matrix.
Since 2.10.16
- Returns
The determinant.
function determinant(): Number(gdouble) {
// Gjs wrapper for gimp_matrix2_determinant()
}
Calculates the determinant of the given matrix.
Since 2.10.16
The determinant.