Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/timschneider42/python-transformation3d
- Owner: TimSchneider42
- License: mit
- Created: 2022-02-14T14:25:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T14:59:56.000Z (about 1 month ago)
- Last Synced: 2025-01-03T20:49:22.825Z (15 days ago)
- Topics: geometry, python, python3, transformations
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```