Well, I’m wondering what’s the formula to linear interpolate a number
a + (b - a) * c
a is start, b is end, c is alpha
3 Likes
Well, I’m wondering what’s the formula to linear interpolate a number
a + (b - a) * c
a is start, b is end, c is alpha