Search
❯
Dec 08, 20241 min read
linear interpolation = t * v1 + (1-t) * v2
t * v1 + (1-t) * v2
smoothstep = clamping + hermite interpolation