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