Package: graphene
Function graphene:matrix-rotate
Lambda Listgraphene:matrix-rotate (matrix angle axis) ArgumentsReturn ValueThe graphene:matrix-t instance for the result. Details          
    Adds a rotation transformation to the matrix, using the given angle and
    axis vector.    This is the equivalent of calling the graphene:matrix-init-rotate
  function and then multiplying the matrix with the rotation matrix.   Notes | See also
  | 
#2025-08-09