Package: graphene

Function graphene:vec4-subtract

Lambda List

graphene:vec4-subtract (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

Subtracts from each component of the first operand a the corresponding component of the second operand b and places each result into the components of result.
 

See also

2024-12-26