Package: graphene

Function graphene:vec3-negate

Lambda List

graphene:vec3-negate (v result)

Arguments

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

Return Value

The graphene:vec3-t instance with the negated vector.

Details

Negates the given vector.
 

See also

2024-12-26