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.
Is it posible to interpolate convex hull in 2d space
0
$\begingroup$
interpolation
-
1Do you need smooth function, or just piecewise linear will fit? – 2012-05-11
-
0I think that linear will be enough. – 2012-05-11
-
0The 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