Package: gtk

Function gtk:snapshot-rotate-3d

Lambda List

gtk:snapshot-rotate-3d (snapshot angle axis)

Arguments

snapshot -- a gtk:snapshot object
angle -- a number coerced to a single float for the rotation angle, in degrees (clockwise)
axis -- a graphene:vec3-t instance for the rotation axis

Details

Rotates the coordinate system of the snapshot by angle degrees around axis. For a rotation in 2D space, use the gtk:snapshot-rotate function.
 

See also

#2025-2-12