Package: graphene

Function graphene:vec3-min

Lambda List

graphene:vec3-min (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

Compares the two given vectors and places the minimum values of each component into result.
 

See also

2024-12-26