Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rotation angle from affine transform matrix #87

Closed
softmarshmallow opened this issue Oct 5, 2021 · 2 comments
Closed

Get rotation angle from affine transform matrix #87

softmarshmallow opened this issue Oct 5, 2021 · 2 comments

Comments

@softmarshmallow
Copy link

softmarshmallow commented Oct 5, 2021

I’m very glad to use this amazing package for my project.
though, im having some trouble applying this package for my specific use - getting the rotation angle from the affine matrix array data.

Is there any existing function for extracting the rotation angle from givven affine transform matrix?

@softmarshmallow softmarshmallow changed the title Get rotation angle from Get rotation angle from affine transform matrix Oct 5, 2021
@chrvadala
Copy link
Owner

Hi,
This request is related to #2 issue, basically you can convert any transformation matrix to a triple (translate, scale, rotate) applying some formulas.
Unfortunately this feature is not available yet.

@chrvadala
Copy link
Owner

#88 releases a new function (decomposeTSR( that solves this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants