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