Function equals

  • Checks if the matrices m and n are equal

    Parameters

    • m: Mat2

      a 2x2 matrix object

    • n: Mat2

      a 2x2 matrix object

    Returns boolean

    true if m and n are equal, false otherwise

Generated using TypeDoc