0
$\begingroup$

I have $n$ points (in this example $11$) and I need to interpolate them in such a way that I have a function $f(t) \rightarrow (R, R)$ where $t \in [0; 2\pi]$. It can be parametric curve, but I need to have a function.

enter image description here

  • 1
    Do you need smooth function, or just piecewise linear will fit?2012-05-11
  • 0
    I think that linear will be enough.2012-05-11
  • 0
    The convex hull does not necessarily include all the points. So do you want to interpolate the $n$ points or do you want to parameterize the convex hull?2012-05-11
  • 0
    @RahulNarain I want to parameterize points belong to convex hull (but function should return points between them).2012-05-12

1 Answers 1