JOML icon indicating copy to clipboard operation
JOML copied to clipboard

Change `Matrix4f.set3x3(Matrix4f)` to `Matrix4f.set3x3(Matrix4fc)`

Open NicBOMB opened this issue 9 months ago • 0 comments

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.

NicBOMB avatar Oct 04 '23 05:10 NicBOMB