Metadata-Version: 2.0
Name: homog
Version: 0.1.12
Summary: Utilities for Homogeneous Coordinates with Numpy
Home-page: https://github.com/willsheffler/homog
Author: Will Sheffler
Author-email: willsheffler@gmail.com
License: Apache Software License 2.0
Keywords: homog
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: numpy
Requires-Dist: traitlets

=====
homog
=====


.. image:: https://img.shields.io/pypi/v/homog.svg
        :target: https://pypi.python.org/pypi/homog

.. image:: https://img.shields.io/travis/willsheffler/homog.svg
        :target: https://travis-ci.org/willsheffler/homog

.. image:: https://readthedocs.org/projects/homog/badge/?version=latest
        :target: https://homog.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/willsheffler/homog/shield.svg
     :target: https://pyup.io/repos/github/willsheffler/homog/
     :alt: Updates


Utilities for Homogeneous Coordinates with Numpy


* Free software: Apache Software License 2.0
* Documentation: https://homog.readthedocs.io.


Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.1.12 (2018-03-23)
------------------

* rename random_* -> rand_*
* fix rand_xform so "uniform", old to rand_xform_acc
* fix edge cases in rot_to_quat

0.1.11 (2018-02-9)

------------------

* add quaternion conversions

0.1.9 (2018-02-9)
------------------

* add hinv and hstub

0.1.7 (2018-01-24)
------------------

* fix axis_ang_cen_of for helical xforms

0.1.6 (2018-01-24)
------------------

* add symmetry data

0.1.4 (2018-01-23)
------------------

* Make readthedocs and PyPI work.

0.1.0 (2018-01-23)
------------------

* First release on PyPI.


