-
Notifications
You must be signed in to change notification settings - Fork 12
VectorXZUtils and more Vector2 utilities. #101
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
legopitstop
commented
Oct 21, 2025
- Added more utilities to Vector2Utils
- Added VectorXZUtils with the same methods as Vector2Utils.
- Added tests for VectorXZUtils and new methods for Vector2Utils.
- Core helper tests are now split up into 3 main groups (Vector3 operations, Vector2 operations, and Vectorxz operations) for organization.
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 for your contributions! My only ask is that we want to make sure we have a parallel Vector2Builder method for each new method added (and a corresponding VectorXZBuilder now that you've added those functions too). Thanks!
|
Added utilities to Vector2Builder and added VectorXZBuilder |
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.
Changes to the vector wrapper look good. Can you revert the lock file changes and the gameplay-utilities changes? You might have other changes locally that are getting merged in here. Once removed, I can merge this for you.
|
Reverted package-lock.json and the gameplay-utilities.api.md changes. |