• mutiply the specified position in the current Matrix by a value

    Returns

    the current updated matrix

    Parameters

    • self: MutableMatrix
    • index: number

      the index of the value within the matrix. between 0 and 15.

    • value: number

      the value to be added

    Returns MutableMatrix