| cairoMatrixInit {RGtk2} | R Documentation |
Sets matrix to be the affine transformation given by
xx, yx, xy, yy, x0, y0. The transformation is given
by:
x_new = xx * x + xy * y + x0; y_new = yx * x + yy * y + y0;
cairoMatrixInit(xx, yx, xy, yy, x0, y0)
|
[numeric] xx component of the affine transformation |
|
[numeric] yx component of the affine transformation |
|
[numeric] xy component of the affine transformation |
|
[numeric] yy component of the affine transformation |
|
[numeric] X translation component of the affine transformation |
|
[numeric] Y translation component of the affine transformation |
A list containing the following elements:
|
[CairoMatrix] a CairoMatrix |
Derived by RGtkGen from GTK+ documentation