Function mulMInto

  • o = m * n

    Multiplies the 4x4 matrix m by the 4x4 matrix n and stores the result in o

    Parameters

    • m: Mat4

      a 4x4 matrix object

    • n: Mat4

      a 4x4 matrix object

    • o: Mat4

      a 4x4 matrix object in which to store the result

    Returns Mat4

    o as the result of the multiplication

Generated using TypeDoc