Function equals

  • Checks if the matrices m and n are equal

    Parameters

    • m: Mat3

      a 3x3 matrix object

    • n: Mat3

      a 3x3 matrix object

    Returns boolean

    true if m and n are equal, false otherwise

Generated using TypeDoc