Package: graphene

Function graphene:matrix-rotate-y

Lambda List

graphene:matrix-rotate-y (matrix angle)

Arguments

matrix -- a graphene:matrix-t instance
angle -- a number for the rotation angle, in degrees

Return Value

The graphene:matrix-t instance with the result.

Details

Adds a rotation transformation around the Y axis to the matrix, using the given angle. See also the graphene:matrix-rotate function.

Notes

The angle argument is coerced to a single float before being passed to the foreign C function.
 

See also

#2024-12-30