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

Tmatrix2_double.init

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

Declaration

Source position: matrix.pp line 159

constructor Tmatrix2_double.init(

  aa: double;

  ab: double;

  ba: double;

  bb: double

);

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.