JOML-CI / JOML

A Java math library for OpenGL rendering calculations
MIT License
726 stars 104 forks source link

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

Closed NicBOMB closed 4 months ago

NicBOMB commented 1 year ago

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.

httpdigest commented 4 months ago

Thank you!