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

Tmatrix3_double.init

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

Declaration

Source position: matrix.pp line 202

constructor Tmatrix3_double.init(

  aa: double;

  ab: double;

  ac: double;

  ba: double;

  bb: double;

  bc: double;

  ca: double;

  cb: double;

  cc: 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.

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