Method

GimpMatrix2transform_point

Declaration [src]

void
gimp_matrix2_transform_point (
  const GimpMatrix2* matrix,
  gdouble x,
  gdouble y,
  gdouble* newx,
  gdouble* newy
)

Description [src]

Transforms a point in 2D as specified by the transformation matrix.

Available since:2.10.16

Parameters

x gdouble
 

The source X coordinate.

y gdouble
 

The source Y coordinate.

newx gdouble*
 

The transformed X coordinate.

 The argument will be set by the function.
newy gdouble*
 

The transformed Y coordinate.

 The argument will be set by the function.