Package: graphene

Function graphene:matrix-transform-vec4

Lambda List

graphene:matrix-transform-vec4 (matrix vector result)

Arguments

matrix -- a graphene:matrix-t instance
vector -- a graphene:vec4-t instance
result -- a graphene:vec4-t instance

Return Value

The graphene:vec4-t instance with the result.

Details

Transforms the given vector using the given matrix.
 

See also

#2024-12-30