javagl / Geom

Utility classes for geometry computations
MIT License
9 stars 3 forks source link

Data Interpolation Using spline and pchip #2

Open tinylamb opened 5 years ago

tinylamb commented 5 years ago

matlab compare spline and pchip CatmullRomSpline is a spline method, how about implement pchip.

javagl commented 5 years ago

There are certainly many different interpolation methods. And I already got some snippets lying around here (e.g. the De-Casteljau and others). Originally, I intended to summarize them in a dedicated "spline library", but they might as well fit here.

I cannot give a timeline for an implementation. Do you have a particular interest in PCHIP or related interpolation methods?