Package: graphene
Function graphene:matrix-transform-vec3
Lambda Listgraphene:matrix-transform-vec3 (matrix vector result) ArgumentsReturn ValueThe graphene:vec3-t instance for the result. Details          
    Transforms the given vector using the given matrix.    This function will multiply the x, y, and z row vectors of  matrix with  the corresponding components of vector. The w row vector will be
  ignored.      | See also | 
#2025-08-09