Given a parametric curve $\{f_x[t], f_y[t]\}$, the parametric formulas for its parallel (two branches) with a positive offset $d$ is
$$ \left\{f_x[t] + \dfrac{df_y'[t]}{\sqrt{f_x'[t]^2 + f_y'[t]^2}},\, f_y[t] - \dfrac{d f_x'[t]}{\sqrt{f_x'[t]^2 + f_y'[t]^2}} \right\} $$
[Here is a picture showing an example of a parallel curve of a sine wave.]
Is it possible to find a curve parallel to a curve but without these loopy "cusp" things on top? It would look like the top curve in the picture, but with the parts cut off where it crosses itself.
