cairo_matrix_t

Main Gtk struct. A cairo_matrix_t holds an affine transformation, such as a scale, rotation, shear, or a combination of those. The transformation of a point (x, y) is given by:

Members

Variables

x0
double x0;
Undocumented in source.
xx
double xx;
Undocumented in source.
xy
double xy;
Undocumented in source.
y0
double y0;
Undocumented in source.
yx
double yx;
Undocumented in source.
yy
double yy;
Undocumented in source.

Meta