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
Matrix4f does have the corresponding method:
public Matrix4f set(float m[], int off);
could you add it?
The text was updated successfully, but these errors were encountered:
Add missing Matrix.set(array)/set(array, offset) methods (#321)
3947657
Thanks for reporting. The missing set() methods are in the latest 1.10.6-SNAPSHOT artifact published to oss.sonatype.org.
Sorry, something went wrong.
No branches or pull requests
Matrix4f does have the corresponding method:
public Matrix4f set(float m[], int off);
could you add it?
The text was updated successfully, but these errors were encountered: