R/utils.R
lerp_vec.Rd
Finds the minium value of a vector and the maximum value of a vector, and then lerps between the two by the factor z.
z
lerp_vec(vec, z = 0.5)
numeric vector of values.
proportion to lerp by (0-1).