void ComposeColumnMatrix(TMtx Dst)
Uses all list elements to form columns 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 columns will match the number of vectors.