Sets r-th row of the matrix with a vector.
Source position: matrix.pp line 237
procedure Tmatrix4_single.set_row(
r: Byte;
const v: Tvector4_single
);
Replaces the r-th row of the matrix with vector v. The row numbering starts at 0.