Search
❯
Jun 10, 20261 min read
linear interpolation = t * v1 + (1-t) * v2
t * v1 + (1-t) * v2
smoothstep = clamping + hermite interpolation