Packages
cairo
Cairo
Matrix
Matrix
Matrix.identity
invert
multiply
rotate
scale
transform_distance
transform_point
translate
x0
xx
xy
y0
yx
yy
Matrix
Description:
[
CCode
( cname =
"cairo_matrix_init"
) ]
public
Matrix
(
double
xx,
double
yx,
double
xy,
double
yy,
double
x0,
double
y0)