refactor: combine cubic/quintic polynomial into respective splines
Closed this issue · 0 comments
AsianKoala commented
I'm only using polynomials for splines, so it kinda makes sense to have them to belong to the spline class. Also, this would make Interpolator classes (e.g. HermiteSplineInterpolator) a bit cleaner.