AudioSceneDescriptionFormat / splines

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

Show not-a-knot end condition #18

Open mgeier opened 2 years ago

mgeier commented 2 years ago

Make third derivative continuous between first and second segment.

See De Boor, A Practical Guide to Splines, revised edition, page 43.

There's already a work-in-progress branch for that: https://github.com/mgeier/splines/tree/not-a-knot