[Overview][Types][Classes][Procedures and functions] Reference for unit 'matrix' (#rtl)

Tmatrix3_double.get_column

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

Declaration

Source position: matrix.pp line 202

function Tmatrix3_double.get_column(

  c: Byte

):Tvector3_double;

Description

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