transforms3d


Nametransforms3d JSON
Version 0.4.2 PyPI version JSON
download
home_pageNone
SummaryFunctions for 3D coordinate transformations
upload_time2024-06-17 11:43:33
maintainerNone
docs_urlNone
authorNone
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": null,
    "name": "transforms3d",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "Matthew Brett <matthew.brett@gmail.com>",
    "keywords": null,
    "author": null,
    "author_email": "Matthew Brett <matthew.brett@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d5/1e/626c2d87c29a35fadc8de5624f4302e1ee56cff380d282d62cb3780e6620/transforms3d-0.4.2.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",
    "bugtrack_url": null,
    "license": "BSD license",
    "summary": "Functions for 3D coordinate transformations",
    "version": "0.4.2",
    "project_urls": {
        "Homepage": "http://github.com/matthew-brett/transforms3d"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d51e626c2d87c29a35fadc8de5624f4302e1ee56cff380d282d62cb3780e6620",
                "md5": "77f0b688f13c0fd727f0992ac69b8987",
                "sha256": "e8b5df30eaedbee556e81c6938e55aab5365894e47d0a17615d7db7fd2393680"
            },
            "downloads": -1,
            "filename": "transforms3d-0.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "77f0b688f13c0fd727f0992ac69b8987",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1368797,
            "upload_time": "2024-06-17T11:43:33",
            "upload_time_iso_8601": "2024-06-17T11:43:33.231105Z",
            "url": "https://files.pythonhosted.org/packages/d5/1e/626c2d87c29a35fadc8de5624f4302e1ee56cff380d282d62cb3780e6620/transforms3d-0.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-17 11:43:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": 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.43255s