Struct
GimpMatrix2
Description [src]
struct GimpMatrix2 {
None coeff;
}
A two by two matrix.
Structure members
coeff |
The coefficients. |
Instance methods
gimp_matrix2_identity
Sets the matrix to the identity matrix.
gimp_matrix2_mult
Multiplies two matrices and puts the result into the second one.
gimp_matrix2_transform_point
Transforms a point in 2D as specified by the transformation matrix.
Available since: 2.10.16