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