Package: gsk

Function gsk:transform-rotate

Lambda List

gsk:transform-rotate (transform angle)

Arguments

transform -- a gsk:transform instance
angle -- a number coerced to a single float with the rotation angle, in degrees (clockwise)

Return Value

The new gsk:transform instance.

Details

Rotates the transformation matrix angle degrees in 2D, or in 3D speak, around the z axis.
 

See also

2024-4-21