Linearly interpolates between two values, x and y, based on the interpolation factor a.
x
y
a
The start value.
The end value.
The interpolation factor (should be between 0 and 1).
The interpolated value.
Linearly interpolates between two values,
xandy, based on the interpolation factora.