Search
❯
Apr 16, 20251 min read
linear interpolation = t * v1 + (1-t) * v2
t * v1 + (1-t) * v2
smoothstep = clamping + hermite interpolation