Struct
GimpMatrix3
Description [src]
struct GimpMatrix3 {
None coeff;
}
A three by three matrix.
Structure members
coeff
The coefficients.
Instance methods
gimp_matrix3_affine
Applies the affine transformation given by six values to matrix
.
The six values form define an affine transformation matrix as
illustrated below:
gimp_matrix3_is_simple
Checks if we’ll need to interpolate when applying this matrix as a transformation.