Multi-point, cardinal(?), equal step splines and is that the right term? - MathOverflow most recent 30 from http://mathoverflow.net2013-05-21T16:02:11Zhttp://mathoverflow.net/feeds/question/43512http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/43512/multi-point-cardinal-equal-step-splines-and-is-that-the-right-termMulti-point, cardinal(?), equal step splines and is that the right term?springboardpillow2010-10-25T12:46:55Z2010-10-25T17:59:37Z
<p>I hope this doesn't fall into the category of "too broad", but I've exhausted every other source (and google search) I can think of...</p>
<p>I need to write some code (this is not a programming question, either) which takes a series of control points and produces a bezier curve/spline where the distances between each output point are the same. It also needs to have the curve pass through every control point, not just go "near" them. As an extra confusion, it needs to be able to accept any number, from 2 upwards, of control points.</p>
<p>I believe that this is called a multi-point cardinal spline with regular stepping, but some of my research tells me otherwise.</p>
<p>Could someone who knows simply tell me what I should be looking up and I'll go away and do the more pointed research, please?</p>
<p>Thanks,</p>
<p>Matt.</p>