Tmatrix3_double.init
Initializes the matrix, setting its elements to the values passed to the constructor.
Declaration
Source position: matrix.pp line 203
default
constructor 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.