• Compares two 4x4 matrices for equality.

    Parameters

    • m1: Mat4

      The first matrix.

    • m2: Mat4

      The second matrix.

    Returns boolean

    true if the matrices are the same, false otherwise.