• Sets the index-th row of the current matrix with the given 4 x float values

    Returns

    the updated current matrix

    Parameters

    • self: MutableMatrix
    • index: number

      defines the row index

    • x: number

      defines the x component to set

    • y: number

      defines the y component to set

    • z: number

      defines the z component to set

    • w: number

      defines the w component to set

    Returns void