jipolanco / BSplineKit.jl

A collection of B-spline tools in Julia
https://jipolanco.github.io/BSplineKit.jl/dev/
MIT License
51 stars 9 forks source link

Fix linear spline interpolation of closed parametric curves #96

Closed jipolanco closed 2 months ago

jipolanco commented 2 months ago

This extends #95, which fixed the case of cubic spline interpolation of closed parametric curves.

This PR treats the case of linear splines (BSplineOrder(2)).

See also #94 for details.