Number to linearly interpolate from.
Number to linearly interpolate to.
The value controlling the result of interpolation. When alpha is 0, a is returned. When alpha is 1, b is returned. Between 0 and 1, a linear interpolation between a and b is returned. alpha is clamped between 0 and 1.
The linear interpolation of two numbers.
Calculates the linear interpolation of two numbers.