CairoMatrix
CairoMatrix
{
__construct
([ float $xx
[, float $yx
[, float $xy
[, float $yy
[, float $x0
[, float $y0
]]]]]] )
public static void initScale
(
string $sx
,
string $sy
)
public static void multiply
(
string $matrix1
,
string $matrix2
)
public void rotate
(
string $sx
,
string $sy
)
public void translate
(
string $tx
,
string $ty
)
}