Skip to content

Tmatrix2_double.set_row

Sets r-th row of the matrix with a vector.

Declaration

Source position: matrix.pp line 165

default 
  procedure set_row(r: Byte; const v: Tvector2_double);

Description

Replaces the r-th row of the matrix with vector v. The row numbering starts at 0.