API Version: 3.0
Library Version: 3.0.0-RC1
Generated by gi-docgen 2023.1
void gimp_matrix3_transform_point ( const GimpMatrix3* matrix, gdouble x, gdouble y, gdouble* newx, gdouble* newy )
Transforms a point in 2D as specified by the transformation matrix.
x
Type: gdouble
gdouble
The source X coordinate.
y
The source Y coordinate.
newx
Type: gdouble*
gdouble*
The transformed X coordinate.
newy
The transformed Y coordinate.