Returns the r-th row of the matrix as vector.
Source position: matrix.pp line 207
function Tmatrix3_double.get_row(
r: Byte
):Tvector3_double;
Returns the r-th row of the matrix as vector. The row numbering starts at 0.