void ComposeRowMatrix(TMtx Dst)
Uses all list elements to form rows of the Dst Matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TMtx | source TMtx |
Result: stored in self (calling object)
Remarks:
All TVec list elements must have the same number of elements.
The number of rows will match the number of vectors.