Method

GimpMatrix3scale

Declaration [src]

void
gimp_matrix3_scale (
  GimpMatrix3* matrix,
  gdouble x,
  gdouble y
)

Description [src]

Scales the matrix by x and y.

Parameters

x gdouble
 

X scale factor.

y gdouble
 

Y scale factor.