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

Support vectors of shape (3) *as well as* those of shape (3,1), but make (3) the default #2

Open
translunar opened this issue Jan 24, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@translunar
Copy link
Collaborator

A bad design decision was made early on, which was to have row vectors and column vectors be represented differently. This needs to be addressed, with all vectors made to have no orientation.

Some functions already do this. One example, good for a beginner, is pqr.uniform_random_axis(); it should return a vector without any orientation.

Traces from https://github.com/autumnsault/pyquat/issues/6

@translunar translunar added enhancement New feature or request good first issue Good for newcomers labels Jan 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant