Tmatrix2_single.set_column

Sets c-th column of the matrix with a vector.

Declaration

Source position: matrix.pp line 150

default 
  procedure set_column(c: Byte; const v: Tvector2_single);

Description

Replaces the c-th column of the matrix with vector v. The column numbering starts at 0.