Function multiplyMatrices3

  • Parameters

    • m1: number[]

      the first matrix

    • m2: number[]

      the second matrix

    Returns number[]

    one matrix, the product of the two

    Description

    multiply two 3x4 matrices together