Package: graphene

Function graphene:size-interpolate

Lambda List

graphene:size-interpolate (a b factor result)

Arguments

a -- a graphene:size-t instance
b -- a graphene:size-t instance
factor -- a number coerced to a double float with the linear interpolation factor
result -- a graphene:size-t instance for the interpolated size

Return Value

The graphene:size-t instance with the interpolated size.

Details

Linearly interpolates the components of a and b using the given factor.
 

See also

2023-9-22