Package: graphene

Function graphene:matrix-skew-yz

Lambda List

graphene:matrix-skew-yz (matrix factor)

Arguments

matrix -- a graphene:matrix-t instance
factor -- a number for the skew factor

Return Value

The graphene:matrix-t instance with the result.

Details

Adds a skew of factor on the Y and Z axis to the given matrix.

Notes

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

See also

#2024-12-30