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

[4.0] Impliment Vectord * Quaterniond #844

Merged
merged 2 commits into from
Nov 5, 2018
Merged

[4.0] Impliment Vectord * Quaterniond #844

merged 2 commits into from
Nov 5, 2018

Conversation

devvoid
Copy link
Contributor

@devvoid devvoid commented Nov 2, 2018

Vector4 and Quaternion can be multiplied, but the double-precision equivalents can't. This just impliments the * operator for Vector4d and Quaterniond. Closes #678.

Copy link
Contributor

@Perksey Perksey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, looks good! 👍

@Perksey Perksey changed the base branch from master to opentoolkit-ns-aftermath November 2, 2018 23:19
@Perksey
Copy link
Contributor

Perksey commented Nov 2, 2018

Won't be able to merge until blocker PR #843 is merged, to avoid any kerfuffle.

@Perksey Perksey changed the title Impliment Vector4d * Quaterniond [4.0] Impliment Vector4d * Quaterniond Nov 2, 2018
@Nihlus
Copy link
Contributor

Nihlus commented Nov 3, 2018

Should this be targeted to the namespace branch?

@Perksey
Copy link
Contributor

Perksey commented Nov 3, 2018

I was going to set it back to master following the merge of #843, to avoid any breaks and other slip-ups.

@Perksey Perksey changed the base branch from opentoolkit-ns-aftermath to master November 3, 2018 16:31
@devvoid
Copy link
Contributor Author

devvoid commented Nov 5, 2018

Just realized that all double-precision vector types were missing this operator, not just 4d. Latest commit adds it to 2d and 3d as well.

@devvoid devvoid changed the title [4.0] Impliment Vector4d * Quaterniond [4.0] Impliment Vectord * Quaterniond Nov 5, 2018
@Perksey Perksey merged commit fe0afc3 into opentk:master Nov 5, 2018
@devvoid devvoid deleted the vector4d_multiplication branch November 6, 2018 05:20
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

3 participants