Closed AdamNorberg closed 3 years ago
Note that this is branched off of my MutableCurve branch, so its history shows the commits in that branch as well.
I'm coming up pretty blank on effective ways to unit test this that aren't already covered by the MutablePiecewiseInterpolatedCurve patch. Suggestions welcome.
A demonstration of sorts of the intended use pattern for MutableCurve, this backs it up with CubicSpline1D. Adds a wrapper to implement ICurve over CubicSpline1D, which works with float instead (for now).