Is it a Cubic B-Spline Function? #14
-
I ran the code twice with 5 control points, in the second run I changed the fourth control point by a certain magnitude and observed that the global shape of the spline changed completely. I was hoping for more local control. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I don't use b-splines as a basis internally, but the default spline ( Results for b-splines and
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
To illustrate, changing a single input grid point has the following impact:
C2 spline (
tk::spline::cspline
): impacts the entire splineC1 Hermite spline (
tk::spline::cspline_hermite
): impacts two adjacent segments on each side