AudioSceneDescriptionFormat / splines

Python package for creating interpolating splines (for position and rotation)
https://splines.readthedocs.io/
MIT License
50 stars 8 forks source link

Describe Akima splines #1

Open mgeier opened 6 years ago

mgeier commented 6 years ago

https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.Akima1DInterpolator.html

mgeier commented 1 year ago

There also seems to be a "modified Akima":

https://mail.python.org/archives/list/scipy-dev@python.org/thread/HWS574CMRG3HL72UB56TIADQTPJB2HL6/

https://www.mathworks.com/help/matlab/ref/makima.html

mgeier commented 1 month ago

another implementation: https://github.com/cgohlke/akima