-
-
Notifications
You must be signed in to change notification settings - Fork 431
Box2<T> Box3<T> #194
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
Box2<T> Box3<T> #194
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved to merge, but part of me thinks that now that the structs are now immutable, is there any point in having the name of the methods be past tense? The pure overload of Translate
was only called Translated
to distinguish it from the former, however seeing as we no longer have Translate
we could probably just rename Translated
to Translate
. What do you think?
Agreed! Will change |
Awesome :D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once again approved to merge. Did you want to make the other maths types immutable as part of this PR or a different PR?
See #195 |
Ahaha nevermind, you opened a new pr before i typed my comment |
See #190