Suppose you have two curves, f and g. The first function, for example, could be sin(x) and the second, g, could be cos(x). You can also think of f and g as concentric circles, for example. Suppose I have a third function, h(x) which for example could be sin(10 x), i.e., a higher frequency sine wave. The question is how to plot h(x) so that it lies entirely between the two curves f and g. In other words, we need to modify h(x) before plotting so that the resulting plot is entirely bounded by f(x) and g(x).
See an example at https://www.oberonplace.com/products/securidesign/pattern.htm
Define for any $m, 0 \le m \le 1$ the family of functions
$$h_m(x):=(1-m)*f(x)+m*g(x)$$
(barycentrical weighing).
Their graphical representation will be situated in between the graphical representation of $f=h_0$ and $g=h_1$.
This (classical) operation is called in certain cases an homotopy.