Skip to content

Tmatrix2_double.get_column

Returns the c-th column of the matrix as vector.

Declaration

Source position: matrix.pp line 162

default 
  function get_column(c: Byte) : Tvector2_double;

Description

Returns the c-th column of the matrix as vector. The column numbering starts at 0.