Function equals

  • Checks if the matrices m and n are equal

    Parameters

    • m: Mat4

      a 4x4 matrix object

    • n: Mat4

      a 4x4 matrix object

    Returns boolean

    true if m and n are equal, false otherwise

Generated using TypeDoc