Package: graphene

Function graphene:vec4-normalize

Lambda List

graphene:vec4-normalize (v result)

Arguments

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

Return Value

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

Details

Computes the normalized vector for the given vector.
 

See also

2024-12-26