Metadata-Version: 2.1
Name: transformation3d
Version: 1.0.1
Summary: An easy-to-use class representing a transformation in 3D space.
Home-page: https://github.com/TimSchneider42/python-transformation3d
Author: Tim Schneider
Author-email: schneider@ias.informatik.tu-darmstadt.de
License: MIT
Description: # python-transformation
        Provides a `Transformation` class that represents a transformation in 3D space. 
        Currently, this class supports multiplication by other transformations, inversion and point projection.
        
        ## Installation
        Install via
        ```bash
        pip install transformation3d
        ```
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
