Metadata-Version: 1.1
Name: quaternions
Version: 0.1
Summary: A package to handle quaternions
Home-page: https://github.com/IRIM-Technology-Transition-Lab/quaternions
Author: Michael Sobrepera
Author-email: mjsobrep@live.com
License: Copyright (c) 2016 GTRC
Description: python_quaternions
        ==================
        
        A library to handle quaternions. The library is partly tested (see tests). It
        would be great to get everything (edge cases and functions) under testing.
        
        There are some great resources out there on quaternions. A few of particular use:
        
        - `Ancient NASA paper <http://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/19770024290.pdf>`_
        - `Wikipedia <https://en.wikipedia.org/wiki/Quaternion>`_
        - `Geometric Tools Paper (lots on interpolation) <http://www.geometrictools.com/Documentation/Quaternions.pdf>`_
        - `Euclidean Space Quaternions Page <http://www.euclideanspace.com/maths/algebra/realNormedAlgebra/quaternions/index.htm>`_
        
Keywords: quaternion transformations
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
