[Overview][Types][Classes][Procedures and functions] | Reference for unit 'matrix' (#rtl) |
Initializes the matrix, setting its elements to the values passed to the constructor.
Source position: matrix.pp line 187
constructor Tmatrix3_single.init( |
aa: single; |
ab: single; |
ac: single; |
ba: single; |
bb: single; |
bc: single; |
ca: single; |
cb: single; |
cc: 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.
No notes exist for this page yet.