Metadata-Version: 2.1
Name: numpy-quaternion
Version: 2023.0.1
Summary: Add a quaternion dtype to NumPy
Home-page: https://github.com/moble/quaternion
Author: Michael Boyle
Author-email: mob22@cornell.edu
Provides-Extra: scipy
Provides-Extra: numba
Provides-Extra: docs
Provides-Extra: testing
License-File: LICENSE

This package creates a quaternion type in python, and further enables numpy to
create and manipulate arrays of quaternions.  The usual algebraic operations
(addition and multiplication) are available, along with numerous properties
like norm and various types of distance measures between two quaternions.
There are also additional functions like "squad" and "slerp" interpolation, and
conversions to and from axis-angle, matrix, and Euler-angle representations of
rotations.  The core of the code is written in C for speed.
