JOML
JOML copied to clipboard
Change `Matrix4f.set3x3(Matrix4f)` to `Matrix4f.set3x3(Matrix4fc)`
All of the underlying MemUtil
functions for copying rely on the read-only interface methods. These now specify the read-only class in their parameters. This should allow for greater flexibility in using these memory helpers.