Transform 2d spline function f(t) into f(x)

后端 未结 3 1396
刺人心
刺人心 2020-12-11 04:55

So I\'ve got a special case set of cubic splines, whose 2d control points will always result in a curve that will never cross itself in the x axis. That is, the cu

3条回答
  •  遥遥无期
    2020-12-11 05:06

    Often people will use a root finding technique (like Newton's Method) if an numerical approximation is good enough.

提交回复
热议问题