Package: graphene

Function graphene:vec4-interpolate

Lambda List

graphene:vec4-interpolate (v1 v2 factor result)

Arguments

v1 -- a graphene:vec4-t instance
v2 -- a graphene:vec4-t instance
factor -- a number coerced to a double float with the interpolation factor
result -- a graphene:vec4-t instance for the result

Return Value

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

Details

Linearly interpolates v1 and v2 using the given factor.
 

See also

2024-12-26