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 binary operators for points, vectors, quaternions, and matrices #236

Merged
merged 7 commits into from
Oct 1, 2015

Conversation

brendanzab
Copy link
Collaborator

We can't yet remove the ugly operator methods, due to rust-lang/rust#20671

This also removes the implementations of Zero and One for vectors, and removes the by-value operator implementations.

…ations

We can't yet remove the operator methods, due to rust-lang/rust#20671

This also removes the implementations of `Zero` and `One` for vectors.
We can't yet remove the operator methods, due to rust-lang/rust#20671
We can't yet remove the operator methods, due to rust-lang/rust#20671
@brendanzab brendanzab force-pushed the operators branch 2 times, most recently from 3377817 to d4ba6c2 Compare September 30, 2015 10:46
@brendanzab
Copy link
Collaborator Author

I'm going to merge this, but please post an issue if you are unhappy with having to use the operators by-ref. We still have time before I publish the next major version.

brendanzab added a commit that referenced this pull request Oct 1, 2015
Implement binary operators for points, vectors, quaternions, and matrices
@brendanzab brendanzab merged commit 7bba6f7 into master Oct 1, 2015
@brendanzab brendanzab deleted the operators branch October 1, 2015 08:47
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

Successfully merging this pull request may close these issues.

None yet

1 participant