I asked a question about parallel functions in here . I understood that offset curves that are the parallels of a function may not be functions after J.M.'s answer. I got new questions after that answer.
Q1) What is the limit distance to the base function if offset curve is a function too?
Q2) It can be shown as geometrically that all parallel curves of line and half circle are also functions. What is the whole function family defination for such functions?
Thanks for answers
Please see parallel curve examples below. (Thanks to J.M. for the graphs)

I will try to answer question 1 about "limit distance".
For a parametric curve $x=x(t)$, $y=y(t)$ to have an equation of the form $y=g(x)$, we need $x$ to be a strictly increasing function of $t$. Suppose we have a smooth function $y=f(x)$ and consider its parallel curve at distance $d$ (measured upward; $d$ could be positive or negative). Then $$x(t)=t-d\frac{f'(t)}{\sqrt{1+(f'(t)^2}}$$ If $x'>0$ for all $t$, then the parallel curve is also the graph of a function. Computation shows (after a simplification) that $$x'(t)=1-d\frac{f''(t)}{(1+f'(t)^2)^{3/2}}$$ So $x(t)$ is strictly increasing when $$d\frac{f''(t)}{(1+f'(t)^2)^{3/2}}<1$$ and fails to be strictly increasing if the reverse inequality holds. You will find the critical value of $d$ by considering the values of $f''(t)/{(1+f'(t)^2)^{3/2}}$. Not incidentally, the latter quantity is the curvature of the graph $y=f(x)$.