Returns the c-th column of the matrix as vector.
Source position: matrix.pp line 150
function Tmatrix2_single.get_column(
c: Byte
):Tvector2_single;
Returns the c-th column of the matrix as vector. The column numbering starts at 0.