transforms3d


Nametransforms3d JSON
Version 0.4.1 PyPI version JSON
download
home_pagehttp://github.com/matthew-brett/transforms3d
SummaryFunctions for 3D coordinate transformations
upload_time2022-09-01 17:24:33
maintainerMatthew Brett
docs_urlNone
authorMatthew Brett
requires_python>=3.6
licenseBSD license
keywords
VCS
bugtrack_url
requirements numpy
Travis-CI
coveralls test coverage
            ############
Transforms3d
############

Code to convert between various geometric transformations.

* Composing rotations / zooms / shears / translations into affine matrix;
* Decomposing affine matrix into rotations / zooms / shears / translations;
* Conversions between different representations of rotations, including:

  * 3x3 Rotation matrices;
  * Euler angles;
  * quaternions.

We have tried to document the algorithms carefully and write clear code in the
hope that this code can be a teaching reference.  We document the math behind
some of the algorithms using `sympy <http://www.sympy.org>`_ in
``transforms3d/derivations``.  We would be very pleased if y'all would like to
add your own algorithms and derivations - please get a copy of the code from
https://github.com/matthew-brett/transforms3d and get on down,
algorithmically.  Feel free to use the github issue tracker and pull request
system to ask for advice and support.

*************
Documentation
*************

Documentation for latest released version at
http://matthew-brett.github.io/transforms3d

****
Code
****

See https://github.com/matthew-brett/transforms3d

Released under the BSD two-clause license - see the file ``LICENSE`` in the
source distribution.

Much of the code comes from `transformations.py
<http://www.lfd.uci.edu/~gohlke/code/transformations.py.html>`_ by Christoph
Gohlke, also released under the BSD license.

We use Github actions to test the code automatically under Pythons 3.7 through
3.10.

We depend on numpy >= 1.15.  You may be able to make it work on an earlier
numpy if you really needed that.

The latest released version is at https://pypi.python.org/pypi/transforms3d

*******
Support
*******

Please put up issues on the `transforms3d issue tracker
<https://github.com/matthew-brett/transforms3d/issues>`_.



            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/matthew-brett/transforms3d",
    "name": "transforms3d",
    "maintainer": "Matthew Brett",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "matthew.brett@gmail.com",
    "keywords": "",
    "author": "Matthew Brett",
    "author_email": "matthew.brett@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/bd/65/915840e94f946e878f3081da6f42c313162d23118bc2e81d7206600eaf00/transforms3d-0.4.1.tar.gz",
    "platform": null,
    "description": "############\nTransforms3d\n############\n\nCode to convert between various geometric transformations.\n\n* Composing rotations / zooms / shears / translations into affine matrix;\n* Decomposing affine matrix into rotations / zooms / shears / translations;\n* Conversions between different representations of rotations, including:\n\n  * 3x3 Rotation matrices;\n  * Euler angles;\n  * quaternions.\n\nWe have tried to document the algorithms carefully and write clear code in the\nhope that this code can be a teaching reference.  We document the math behind\nsome of the algorithms using `sympy <http://www.sympy.org>`_ in\n``transforms3d/derivations``.  We would be very pleased if y'all would like to\nadd your own algorithms and derivations - please get a copy of the code from\nhttps://github.com/matthew-brett/transforms3d and get on down,\nalgorithmically.  Feel free to use the github issue tracker and pull request\nsystem to ask for advice and support.\n\n*************\nDocumentation\n*************\n\nDocumentation for latest released version at\nhttp://matthew-brett.github.io/transforms3d\n\n****\nCode\n****\n\nSee https://github.com/matthew-brett/transforms3d\n\nReleased under the BSD two-clause license - see the file ``LICENSE`` in the\nsource distribution.\n\nMuch of the code comes from `transformations.py\n<http://www.lfd.uci.edu/~gohlke/code/transformations.py.html>`_ by Christoph\nGohlke, also released under the BSD license.\n\nWe use Github actions to test the code automatically under Pythons 3.7 through\n3.10.\n\nWe depend on numpy >= 1.15.  You may be able to make it work on an earlier\nnumpy if you really needed that.\n\nThe latest released version is at https://pypi.python.org/pypi/transforms3d\n\n*******\nSupport\n*******\n\nPlease put up issues on the `transforms3d issue tracker\n<https://github.com/matthew-brett/transforms3d/issues>`_.\n\n\n",
    "bugtrack_url": null,
    "license": "BSD license",
    "summary": "Functions for 3D coordinate transformations",
    "version": "0.4.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "fa8f6179784f465a21333961e1bdf3ab",
                "sha256": "31c755266a0b0a222488b8d039f6f325cf486c52728c03e307ce047b2fad1179"
            },
            "downloads": -1,
            "filename": "transforms3d-0.4.1.tar.gz",
            "has_sig": true,
            "md5_digest": "fa8f6179784f465a21333961e1bdf3ab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1386381,
            "upload_time": "2022-09-01T17:24:33",
            "upload_time_iso_8601": "2022-09-01T17:24:33.440219Z",
            "url": "https://files.pythonhosted.org/packages/bd/65/915840e94f946e878f3081da6f42c313162d23118bc2e81d7206600eaf00/transforms3d-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-09-01 17:24:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "matthew-brett",
    "github_project": "transforms3d",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.15"
                ]
            ]
        }
    ],
    "lcname": "transforms3d"
}
        
Elapsed time: 0.01948s