Package: graphene

Function graphene:vec2-normalize

Lambda List

graphene:vec2-normalize (v result)

Arguments

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

Return Value

The graphene:vec2-t instance with the normalized vector.

Details

Computes the normalized vector for the given vector.
 

See also

2024-12-26