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
As, title.
The text was updated successfully, but these errors were encountered:
Cloneable is not recommended.
Sorry, something went wrong.
Implement Cloneable for all classes (#279)
2236936
There is no reason, why the classes currently didn't implement Cloneable. There simply wasn't anyone asking for it, until now. Added with 2236936
Thank you. I think it's more handy that "p.clone()" in palce of "new Vector3f(p)".
No branches or pull requests
As, title.
The text was updated successfully, but these errors were encountered: