Interpolates between two rectangles represented as arrays of four numbers.
The starting rectangle [x, y, width, height].
The ending rectangle [x, y, width, height].
The interpolation fraction (0 to 1).
The interpolated rectangle.
Interpolates between two rectangles represented as arrays of four numbers.