yuksel-c2-interpolation
Version:
TS version of YukselC2Interpolation.
12 lines (7 loc) • 392 B
Markdown
# YukselC2Interpolation
It is the implementation of thesis [A Class of C2 Interpolating Splines](http://www.cemyuksel.com/research/interpolating_splines/a_class_of_c2_interpolating_splines.pdf).
JS version of [YukselC2Interpolation](https://github.com/tanganke/YukselC2Interpolation).
# Use It
```js
const smoothedPoints = YskselC2Interpolation.SmoothPolygon([...points, points[0]]);
```