Struct
GimpMatrix2
Description [src]
struct GimpMatrix2 {
  gdouble coeff[4];
}
A two by two matrix.
Structure members
- coeff
- The coefficients. 
Instance methods
gimp_matrix2_transform_point
Transforms a point in 2D as specified by the transformation matrix.
since: 2.10.16