Declaration: |
TMat4D.Clone (MatSource: TMat4D); |
The method Clone resizes the matrix to the dimensions of matrix MatSource and copies the entire contents of MatSource into its own data area (self).
|
Hint: |
The Clone method is comparable to the Assign method. However cloning a data matrix copies only the data (not any auxiliary information, as for example the DataID) while Assign does not. |
|