Package: graphene

Function graphene:vec3-normalize

Lambda List

graphene:vec3-normalize (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 normalized vector.

Details

Computes the normalized vector for the given vector.
 

See also

2024-12-26