Package: graphene

Function graphene:rect-interpolate

Lambda List

graphene:rect-interpolate (a b factor result)

Arguments

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

Return Value

The graphene:rect-t instance with the interpolated rectanle.

Details

Linearly interpolates the origin and size of the two given rectangles.
 

See also

#2023-11-20