Skip to content

Issues about MatrixToString function #4

@hackmasterk

Description

@hackmasterk

String h = Integer.toHexString(m[j][i]).toUpperCase();

It should be String h = Integer.toHexString(m[i][j]).toUpperCase();. You invert the i and j.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions