ANSI C library for NURBS, B-Splines, and Bézier curves with interfaces for C++, C#, D, Go, Java, Javascript, Lua, Octave, PHP, Python, R, and Ruby.
1.21k
stars
209
forks
source link
Cubic natural interpolation fails when interpolating three points in > 2D #226
Closed
msteinbeck closed 1 year ago
The issue results from the following call:
Here
points
overwrites itself becausethomas
contains only two values (a
andb
) before it overlaps withpoints
.