Quaternions in Python

Paul Rubin phr-n2001 at nightsong.com
Fri Oct 5 21:54:31 EDT 2001


I think there's a simple way to represent quaternions as 3x3 matrices.
So you could probably just store them that way and use NumPy for the
arithmetic.



More information about the Python-list mailing list