AudioSceneDescriptionFormat / splines

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

Show "Quaternion Cubic Spline" (i.e. "natural") #25

Open mgeier opened 1 year ago

mgeier commented 1 year ago

See https://qspline.sourceforge.net/ and especially https://qspline.sourceforge.net/qspline.pdf

James McEnnan (2003), "Quaternion Cubic Spline"

mgeier commented 1 year ago

Something like this seems to be implemented in https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.transform.RotationSpline.html

However, they refer to a derivation based on rotation matrices instead of quaternions: https://github.com/scipy/scipy/files/2932755/attitude_interpolation.pdf