Package: gsk

Function gsk:transform-scale-3d

Lambda List

gsk:transform-scale-3d (transform xfactor yfactor zfactor)

Arguments

transform -- a gsk:transform instance
xfactor -- a number coerced to a single float with the scaling factor on the x axis
yfactor -- a number coerced to a single float with the scaling factor on the y axis
zfactor -- a number coerced to a single float with the scaling factor on the z axis

Return Value

A new gsk:transform instance.

Details

Scales the transform matrix by the given factors.
 

See also

2024-4-21