Returns a value linearly interpolated from two known points based on the given interval - t = 0 will return x and t = 1 will return y.
Start point.
End point.
interpolation factor in the closed interval [0, 1]
Returns a value linearly interpolated from two known points based on the given interval - t = 0 will return x and t = 1 will return y.