Package: graphene

Function graphene:vec4-multiply

Lambda List

graphene:vec4-multiply (a b result)

Arguments

a -- a graphene:vec4-t instance
b -- a graphene:vec4-t instance
result -- a graphene:vec4-t instance for the result

Return Value

The graphene:vec4-t instance with the result.

Details

Multiplies each component of the two passed vectors and places each result into the components of result.
 

See also

2024-12-26