• m = m * n

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

    Parameters

    • m: Mat4

      a 4x4 matrix object

    • n: Mat4

      a 4x4 matrix object

    Returns Mat4

    m, multiplied by n

Generated using TypeDoc