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

Type: gdouble

X scale factor.

y

Type: gdouble

Y scale factor.