| [Overview][Types][Classes][Procedures and functions][Index] | 
Sets r-th row of the matrix with a vector.
Source position: matrix.pp line 207
procedure Tmatrix3_double.set_row(  | 
r: Byte;  | 
const v: Tvector3_double  | 
);  | 
Replaces the r-th row of the matrix with vector v. The row numbering starts at 0.