• Copies the 2x2 matrix n into the 2x2 matrix m

    Parameters

    • m: Mat2

      a 2x2 matrix object

    • n: Mat2

      a 2x2 matrix object

    Returns Mat2

    m set to be a copy of n

Generated using TypeDoc