Linear interpolation (sometimes called lerp or mix) is a really handy function for creative coding, game development, data visualization and generative art. The function interpolates within the range [start..end] based on a t parameter, where t is... | Matt DesLauriers | creative developer