Skip to content
forked from neka-nat/dq3d

dual quaternion for 3d geometric operations

License

Notifications You must be signed in to change notification settings

GostInShell/dq3d

 
 

Repository files navigation

dq3d

PyPI version Build Status Build status Downloads

Dual quaternion for 3d geometric operations.

Installation

Running pip install transformations dq3d should work.

macOS

On macOS, if you get an error ld: library not found for -lstdc++ do the following. Go to /Library/Developer/CommandLineTools/Packages/ and install the package macOS_SDK_headers_for_macOS_10.14.pkg. They try installing again.

examples

Skinning

This example is a demonstration of skinning with Dual quaternion Linear Blending.

skinning

Sclerp

This example is a demonstration that interpolates between two randomly generated dual quaternions with ScLerp.

sclerp

References

About

dual quaternion for 3d geometric operations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 71.9%
  • Python 27.4%
  • Makefile 0.7%