[Overview][Types][Classes][Procedures and functions] | Reference for unit 'matrix' (#rtl) |
Sets c-th column of the matrix with a vector.
Source position: matrix.pp line 176
procedure Tmatrix2_extended.set_column( |
c: Byte; |
const v: Tvector2_extended |
); |
Replaces the c-th column of the matrix with vector v. The column numbering starts at 0.
No notes exist for this page yet.