-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New API: add a scaled vector #5702
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
Conversation
I guess my only slight hesitation is the naming of |
Co-authored-by: Will Eastcott <[email protected]>
Co-authored-by: Will Eastcott <[email protected]>
Co-authored-by: Will Eastcott <[email protected]>
I've also considered |
I've seen |
Added a poll for voting #5707 |
@marklundin It does make it clearer. But at the same time, the |
Yep agree, it's just that slight collision with |
Yes, I guess so. @mvaligursky, thoughts? |
I'm happy with |
OK, agreed. Once that JSDoc is updated to |
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.
Thanks!
Fixes #5114
Adds a new API to vectors: add a scaled vector. Adds a scaled vector to the current instance and returns itself as result. Does not modify the vector being added.
I confirm I have read the contributing guidelines and signed the Contributor License Agreement.