
Security News
Static vs. Runtime Reachability: Insights from Latio’s On the Record Podcast
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
############ 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:
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>
_.
FAQs
Functions for 3D coordinate transformations
We found that transforms3d demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.