JOML-CI / JOML

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

fix method parameter signature define different #285

Closed leacoleaco closed 3 years ago

leacoleaco commented 3 years ago

The corresponding parameter in the implement class 'Matrix3d' is 'int row, int column' It may make confuse when call 'Matrix3dc.getRowColumn()' method.

httpdigest commented 3 years ago

Thanks!