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