-
Notifications
You must be signed in to change notification settings - Fork 70
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
Vector3::Normalize returns Vector3, Vector[24]::Normalize return void #34
Comments
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). Actually, there is a bit of different behavior that can be expected. For example, we added
The I think we could do a similar thing for
I realize this doesn't directly address the title of this issue, which is about return values, but changing that will break API/ABI, so we can wait until the next major release to change the return type if we decide to do so. |
Original comment by Amitoj (Bitbucket: amtj). I tried the bug, please have a look. Regards. |
I think this is still inconsistent: I agree with the solution proposed by @scpeters above, the problem is that it will be too disruptive. We can't tick-tock deprecate
Nice catch, it already has |
So, I'm planning to work on the implementation of the |
Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
We should make these consistent.
The text was updated successfully, but these errors were encountered: