Metadata-Version: 2.1
Name: transformation3d
Version: 1.0.0
Summary: An easy-to-use class representing a transformation in 3D space.
Home-page: https://github.com/TimSchneider42/transformation
Author: Tim Schneider
Author-email: schneider@ias.informatik.tu-darmstadt.de
License: MIT
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
License-File: LICENSE

# 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.


