Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement dual quaternion linear blending (DLB) #44

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Achllle
Copy link
Owner

@Achllle Achllle commented Dec 2, 2019

Simple and fast interpolation, generalization of QLB (quaternion linear blending).

While ScLERP has the nice properties of constant speed, coordinate system invariance, and is shortest path, DLB is only coordinate system invariant and shortest path (not constant speed). (*)

TODO

(*) see Dual Quaternions for Rigid Transformation Blending by Kavan et al.

@Achllle Achllle added the enhancement New feature or request label Dec 2, 2019
@Achllle Achllle self-assigned this Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant