nanoLogika / ACadSvg

C# library to convert AutoCAD drawings from DWG to SVG. AutoCAD files are read using ACadSharp.
GNU Lesser General Public License v3.0
8 stars 2 forks source link

Spline with fix points must support begin and end slope #42

Closed mme1950 closed 8 months ago

mme1950 commented 9 months ago

The spline interpolation with fix points implemented with #5 does not allow specifying a begin and and tangent.

This implementation does: https://www.codeproject.com/Articles/560163/Csharp-Cubic-Spline-Interpolation