Metadata-Version: 1.1
Name: quaternions
Version: 0.3
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: quaternions
        ===========
        
        .. image:: https://readthedocs.org/projects/quaternions/badge/?version=latest
            :target: http://quaternions.readthedocs.org/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. image:: https://travis-ci.org/IRIM-Technology-Transition-Lab/quaternions.svg?branch=master
            :target: https://travis-ci.org/IRIM-Technology-Transition-Lab/quaternions
        
        .. image:: https://img.shields.io/pypi/v/quaternions.svg
            :target: https://pypi.python.org/pypi/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>`_
        
        License:
        --------
        
        The MIT License (MIT)
        
        Copyright (c) 2016 GTRC.
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
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
