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

Tmatrix2_extended.init

Initializes the matrix, setting its elements to the values passed to the constructor.

Declaration

Source position: matrix.pp line 175

constructor Tmatrix2_extended.init(

  aa: extended;

  ab: extended;

  ba: extended;

  bb: extended

);

Description

Initializes the matrix, setting its elements to the values passed to the constructor. The order of the values is left to right, then top to bottom.


Documentation generated on: May 14 2021