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