# 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
```
Raw data
{
"_id": null,
"home_page": "https://github.com/TimSchneider42/python-transformation3d",
"name": "transformation3d",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Tim Schneider",
"author_email": "schneider@ias.informatik.tu-darmstadt.de",
"download_url": "https://files.pythonhosted.org/packages/53/0a/331dd648161b6b7d4671c91b07c1c4189ed005ce278c302f806f08c47b72/transformation3d-2.1.0.tar.gz",
"platform": null,
"description": "# python-transformation\nProvides a `Transformation` class that represents a transformation in 3D space. \nCurrently, this class supports multiplication by other transformations, inversion and point projection.\n\n## Installation\nInstall via\n```bash\npip install transformation3d\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "An easy-to-use class representing transformations in 3D space.",
"version": "2.1.0",
"project_urls": {
"Homepage": "https://github.com/TimSchneider42/python-transformation3d"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "80ddd178419e0ad7d733706d1e210773d2087bcd7896522f1d65c077f2d15580",
"md5": "ace83736c5128aca40e097f4f8dc996a",
"sha256": "263ad338bf85f8b4f764a9282bf54115ac7241e5963617ba9ac23004013a1d59"
},
"downloads": -1,
"filename": "transformation3d-2.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ace83736c5128aca40e097f4f8dc996a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4754,
"upload_time": "2024-01-15T16:31:01",
"upload_time_iso_8601": "2024-01-15T16:31:01.165351Z",
"url": "https://files.pythonhosted.org/packages/80/dd/d178419e0ad7d733706d1e210773d2087bcd7896522f1d65c077f2d15580/transformation3d-2.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "530a331dd648161b6b7d4671c91b07c1c4189ed005ce278c302f806f08c47b72",
"md5": "2bc10d428121a805d0c90ce83be21062",
"sha256": "a6060d384316976108a3670718820243584cb24158e5c153baae59ec3f792dd9"
},
"downloads": -1,
"filename": "transformation3d-2.1.0.tar.gz",
"has_sig": false,
"md5_digest": "2bc10d428121a805d0c90ce83be21062",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3662,
"upload_time": "2024-01-15T16:31:03",
"upload_time_iso_8601": "2024-01-15T16:31:03.632562Z",
"url": "https://files.pythonhosted.org/packages/53/0a/331dd648161b6b7d4671c91b07c1c4189ed005ce278c302f806f08c47b72/transformation3d-2.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-15 16:31:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "TimSchneider42",
"github_project": "python-transformation3d",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "transformation3d"
}