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

    Function mulMInto

    • o = m * n

      Multiplies the 3x3 matrix m by the 3x3 matrix n and stores the result in o

      Parameters

      • m: Mat3

        a 3x3 matrix object

      • n: Mat3

        a 3x3 matrix object

      • o: Mat3

        a 3x3 matrix object in which to store the result

      Returns Mat3

      o as the result of the multiplication