Rect.interpolate

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

class Rect
void
interpolate
(,
double factor
,
out Rect res
)

Parameters

b Rect

a #graphene_rect_t

factor double

the linear interpolation factor

res Rect

return location for the interpolated rectangle

Meta