Skip to content
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

Add simple math methods to Vector3f #1744

Merged
merged 1 commit into from Jan 20, 2022
Merged

Add simple math methods to Vector3f #1744

merged 1 commit into from Jan 20, 2022

Conversation

yaRnMcDonuts
Copy link
Contributor

I've added these convenience multiplication and division methods that were missing from the Vector3f class, and did my best to also follow the same javadoc formatting that the rest of the similar methods have.

Let me know if this looks alright and then I will do the same for Vector2f and Vector4f. And should I make the changes to Vector2f and Vector4f in this PR or should I make a new PR for each?

I've added these convenience multiplication and division methods that were missing from the Vector3f class, and did my best to also follow the same javadoc formatting. 

Let me know if this looks alright and then I will do the same for Vector2f and Vector4f. Should I make the changes to Vector2f and Vector4f in this PR or should I make a new PR for each?
@stephengold
Copy link
Member

should I make the changes to Vector2f and Vector4f in this PR or should I make a new PR for each?

Either way is fine.

@stephengold stephengold added this to the Future Release milestone Jan 16, 2022
@stephengold
Copy link
Member

Looks good so far.

@yaRnMcDonuts yaRnMcDonuts changed the title Add more simple math methods to Vector classes Add simple math methods to Vector3f Jan 19, 2022
@stephengold
Copy link
Member

Unless there's more to discuss, I plan to integrate this to "master" in about 24 hours.

@stephengold stephengold merged commit 2c05c10 into jMonkeyEngine:master Jan 20, 2022
@stephengold
Copy link
Member

Thanks for your contribution, @yaRnMcDonuts.

@yaRnMcDonuts
Copy link
Contributor Author

Glad to contribute whenever I can

@Ali-RS Ali-RS modified the milestones: Future Release, v3.6.0 Dec 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants