Tmatrix2_single.get_row

Returns the r-th row of the matrix as vector.

Declaration

Source position: matrix.pp line 149

default 
  function get_row(r: Byte) : Tvector2_single;

Description

Returns the r-th row of the matrix as vector. The row numbering starts at 0.