Package: gsk
Function gsk:transform-matrix-2d
Lambda Listgsk:transform-matrix-2d (transform xx yx xy yy dx dy) ArgumentsReturn ValueThe new gsk:transform instance. Details Multiplies transform with the matrix [ xx yx dx; xy yy dy; 0 0 1 ]. The result of calling the gsk:transform-to-2d function on the returned gsk:transform instance should match the input passed to this function. Since 4.20 | See also
|
2026-02-04