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