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