Top "Spline" questions

A spline is a sufficiently smooth polynomial function that is piecewise-defined, and possesses a high degree of smoothness at the places where the polynomial pieces connect

spline interpolation coefficients of a line curve in 3d space

I am new to python. I have a line curve in the 3D space defined by a set of given …

python interpolation spline
Move object along spline(circle) in Three.js

I'm pretty new to Three.js (1 day experience lol) I want to create a model of Solar system so I …

animation three.js tween spline requestanimationframe
Finding curvature from a noisy set of data points using 2d/3dsplines? (C++)

I am trying to extract the curvature of a pulse along its profile (see the picture below). The pulse is …

c++ algorithm surface bezier spline
Cubic spline in matlab

i have trouble getting a matlab code to work properly! i found a cubic spline code in matlab to give …

matlab spline cubic
Eigen Spline interpolation - How to get spline y value at arbitray point x?

I am try to use the Eigen library to create splines. However once I create a spline, I don't know …

c++ spline eigen3
Extract knots, basis, coefficients and predictions for P-splines in adaptive smooth

I'm using the mgcv package to fit some polynomial splines to some data via: x.gam <- gam(cts ~ …

r spline mgcv
Is there a way to plot a curve of best fit without function? Python

I need to plot a smooth curve of best fit but all the methods I've found use scipy.optimize.curve_…

python curve-fitting spline smoothing
How to draw a continuous curved line from 3 given points at a time

I am trying to draw a continuous curved line in flash. There are many methods but none of the ones …

apache-flex actionscript-3 bezier continuous spline
R smooth.spline(): smoothing spline is not smooth but overfitting my data

I have several data points which seem suitable for fitting a spline through them. When I do this, I get …

r regression curve-fitting spline smoothing