Package: graphene

Function graphene:vec3-divide

Lambda List

graphene:vec3-divide (a b result)

Arguments

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

Return Value

The graphene:vec3-t instance with the result.

Details

Divides each component of the first operand a by the corresponding component of the second operand b, and places the results into the vector result.
 

See also

2024-12-26