Method

GimpMatrix3translate

Declaration [src]

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

Description [src]

Translates the matrix by x and y.

Parameters

x gdouble
 

Translation in X direction.

y gdouble
 

Translation in Y direction.