Tmatrix3_single.init
Initializes the matrix, setting its elements to the values passed to the constructor.
Declaration
Source position: matrix.pp line 189
default
constructor init(aa: single; ab: single; ac: single; ba: single;
bb: single; bc: single; ca: single; cb: single;
cc: single);
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.