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

Tmatrix4_extended.set_row

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

Declaration

Source position: matrix.pp line 262

procedure Tmatrix4_extended.set_row(

  r: Byte;

  const v: Tvector4_extended

);

Description

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

The latest version of this document can be found at lazarus-ccr.sourceforge.net.