Home
Script Language
Matrices
Mat4D
Methods
Fill
See also:
ResizeAndClear
,
FillLayer
,
FillDiag
Index
Statistical Background
Fill
Declaration:
TMat4D
.
Fill
(value: double);
The method
Fill
sets all elements of the matrix to
value
.
Hint:
The class
TMat4D
has no explicit method to clear the elements of the matrix. In order to reset all elements to zero values, the method
Fill
should be used.