Interpolates between two points represented as arrays of two numbers.
The starting point [x, y].
The ending point [x, y].
The interpolation fraction (0 to 1).
The interpolated point.
Interpolates between two points represented as arrays of two numbers.