| [Overview][Types][Classes][Procedures and functions][Index] | 
Initializes the matrix, setting its elements to the values passed to the constructor.
Source position: matrix.pp line 147
| constructor Tmatrix2_single.init( | 
| aa: single; | 
| ab: single; | 
| ba: single; | 
| bb: single | 
| ); | 
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.