We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attempt to normalize a vector of length zero
Other prior art is that Godot/Unity/Unreal all return a zero vector
Return a vector copy that is also zero
Arbitrary direction is returned
Latest
Check for zero vectors before normalizing
The text was updated successfully, but these errors were encountered:
feat: [excaliburjs#3171] Normalize zero vector
6a77029
46ba314
Successfully merging a pull request may close this issue.
Steps to Reproduce
Attempt to normalize a vector of length zero
Other prior art is that Godot/Unity/Unreal all return a zero vector
Expected Result
Return a vector copy that is also zero
Actual Result
Arbitrary direction is returned
Environment
Latest
Current Workaround
Check for zero vectors before normalizing
The text was updated successfully, but these errors were encountered: