Metadata-Version: 2.1
Name: alg3dpy
Version: 0.17.0
Summary: 3D Algebra in Python
Home-page: https://github.com/saullocastro/alg3dpy
Author: Saullo G. P. Castro
Author-email: castrosaullo@gmail.com
License: BSD
Keywords: algebra 3D mathematics geometry
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: License :: OSI Approved :: BSD License
Requires-Dist: numpy

Travis-CI status:

.. image:: https://travis-ci.org/saullocastro/alg3dpy.svg?branch=master
    :target: https://travis-ci.org/saullocastro/alg3dpy


Coverage status:

.. image:: https://coveralls.io/repos/github/saullocastro/alg3dpy/badge.svg?branch=master
    :target: https://coveralls.io/github/saullocastro/alg3dpy?branch=master


3D Algebra in Python (alg3dpy)
==============================


Very useful basic algebra operations with points, vectors, planes:

- Calculate distances
- Calculate angles
- Intersections
- Projections

Licensing
---------

The new BSD License (`see the LICENSE file for details
<https://raw.github.com/saullocastro/alg3dpy/master/LICENSE>`_)
covers all files in the alg3d repository unless stated otherwise.



