Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timschneider42/python-transformation3d

An easy-to-use class representing a transformation in 3D space.
https://github.com/timschneider42/python-transformation3d

geometry python python3 transformations

Last synced: 10 days ago
JSON representation

An easy-to-use class representing a transformation in 3D space.

Awesome Lists containing this project

README

        

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