Version: 5.4
public void SetRow (int i, Vector4 v);

설명

Sets a row of the matrix.

The i-th row is set from v. i must be from 0 to 3 inclusive.

See Also: GetRow.