@sstorsveen/maths - v2.0.1
    Preparing search index...

    Function mulM

    • m = m * n

      Multiplies the 2x2 matrix m by the 2x2 matrix n and stores the result in m

      Parameters

      • m: Mat2

        a 2x2 matrix object

      • n: Mat2

        a 2x2 matrix object

      Returns Mat2

      m, multiplied by n