Package: graphene

Function graphene:vec2-add

Lambda List

graphene:vec2-add (a b result)

Arguments

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

Return Value

The graphene:vec2-t instance with the result.

Details

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

See also

2024-12-26