Curve Fitting

just did a successful test with a library implementing some algorithms for curve fitting (i.e. taking a bunch of points and trying fit nice beziers into them, which is e.g. used for smoothing lines).

initial tests look promising and will publish as soon as this has some form.

grafik

regarding naming: would VL.CurveFitting be appropriate or do you have other suggestions?

9 Likes

thinking about it VL.2D.Curves might be a better name…

allright, it’s done and can be installed using the nuget package manager:

    nuget install VL.2D.CurveFitting -pre

you can find the repo here:

8 Likes

i just updated this pack to 2.0.0 to make it compatible with the current 5.3 previews (thanks to @verstecke for pointing out the incompatibility). furthermore it is now also not a prerelease any more so please install with

nuget install VL.2D.CurveFitting

enjoy!

8 Likes