[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 243
constructor Tmatrix4_double.init( |
aa: double; |
ab: double; |
ac: double; |
ad: double; |
ba: double; |
bb: double; |
bc: double; |
bd: double; |
ca: double; |
cb: double; |
cc: double; |
cd: double; |
da: double; |
db: double; |
dc: double; |
dd: double |
); |
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.