pyquaternion icon indicating copy to clipboard operation
pyquaternion copied to clipboard

Why not using dual Quaternions for translations and rotations?

Open DadoooR3 opened this issue 5 years ago • 3 comments

im newbie in the quaternions world. I found our library usefull. I'm searching solutions for translations and rotations problems. I found this paper over dual quaternions. Are you interested for development of these functionalities in our library?

dual-quaternion.pdf

Bests regards.

Daniel

DadoooR3 avatar Mar 30 '19 14:03 DadoooR3

hey man read a few of this article let's do that

Hojjatrt avatar Jul 17 '19 07:07 Hojjatrt

I agree this would be a nice feature to add. I'll add it to the roadmap.

KieranWynn avatar Nov 29 '19 00:11 KieranWynn

Here's a repo for that: dual-quaternions. It currently uses numpy-quaternion as its backend and can be installed via pip install dual-quaternions, but I'm working on switching to pyquaternion because it has fewer dependencies so it can distributed into apt.

Achllle avatar Jan 08 '20 02:01 Achllle