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