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

Type: gdouble

Translation in X direction.

y

Type: gdouble

Translation in Y direction.