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

MS_rotEuler arguments shape #7

Open
andreww opened this issue Jan 17, 2013 · 1 comment
Open

MS_rotEuler arguments shape #7

andreww opened this issue Jan 17, 2013 · 1 comment

Comments

@andreww
Copy link
Owner

andreww commented Jan 17, 2013

MS_rotEuler (and presumably the other rotation functions) allows row vectors for the three sets of angles but not column vectors. When using my scripts aimed at the VPSC code this means I need to do:

MS_rotEuler(C, eulers(1,:)', eulers(2,:)', eulers(3,:)')

Should handle this case cleanly in the code.

@andreww
Copy link
Owner Author

andreww commented Oct 29, 2014

When this is fixed, we should also deal with the use case in MS_rotRandom and test_MS_rotRandom

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

No branches or pull requests

1 participant