• Copies the 3x3 matrix n into the 3x3 matrix m

    Parameters

    • m: Mat3

      a 3x3 matrix object

    • n: Mat3

      a 3x3 matrix object

    Returns Mat3

    m set to be a copy of n

Generated using TypeDoc