AudioSceneDescriptionFormat / splines

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

Describe "affine invariant angle" parameterization #13

Open mgeier opened 1 year ago

mgeier commented 1 year ago

See Foley, Thomas A., and Gregory M. Nielson. „Knot Selection for Parametric Spline Interpolation“. In Mathematical Methods in Computer Aided Geometric Design. Academic Press, 1989.

https://doi.org/10.1016/B978-0-12-460515-2.50023-8

mgeier commented 1 year ago

This is called "Foley" parameterization in an other paper, see #16.