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