Sketch: Lerp, Unlerp, and Remap
One of my favorite and most often used functions of all time is “remap”. That is not a standard name, it’s just what I call it. Remap is a more general version of the well known "lerp", which if you haven’t heard of it before, comes from smooshing the words “linear" & "interpolate” together, and remap can be built using lerp and its inverse, "unlerp".