Rect.interpolate
void interpolate(graphene.rect.Rect b, double factor, out graphene.rect.Rect res)Linearly interpolates the origin and size of the two given rectangles.
Parameters
b | a #graphene_rect_t |
factor | the linear interpolation factor |
res | return location for the interpolated rectangle |