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

Implement basic operators between vector types #2

Open
nordmoen opened this issue Aug 24, 2016 · 0 comments
Open

Implement basic operators between vector types #2

nordmoen opened this issue Aug 24, 2016 · 0 comments

Comments

@nordmoen
Copy link
Owner

Currently vectors are added to position through the Into and From traits. This means that vectors that can be converted into ENU can be used on all position types. These operations are often very expensive compared to vector <-> vector operations. Instead of adding the vectors to the position types the vectors should be added together first before a final addition to the position is done.

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