void ComposeRowMatrix(TMtx *Dst);
Uses all list elements to form rows of the Dst Matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TMtx * |
Remarks:
All TVec list elements must have the same number of elements.
The number of rows will match the number of vectors.
Declared in Dew::Math::TVecList · Dew.Math/MtxVec.h · Cross-compiler