Package: gsk

Function gsk:transform-matrix-2d

Lambda List

gsk:transform-matrix-2d (transform xx yx xy yy dx dy)

Arguments

transform -- a gsk:transform instance
xx -- a number coerced to a single float for the xx member
yx -- a number coerced to a single float for the yx member
xy -- a number coerced to a single float for the xv member
yy -- a number coerced to a single float for the yy member
dx -- a number coerced to a single float for the dx member
dy -- a number coerced to a single float for the dy member

Return Value

The 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

gsk:transform
gsk:transform-matrix-to-2d
2026-02-04