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