Matrix ResizeAndTranspose(TMtx Src, Int32 NewRows, Int32 NewCols)
Returns the resized and transposed matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtx | source TMtx |
| 2 | NewRows | Int32 | |
| 3 | NewCols | Int32 |
Returns: Matrix
Remarks:
Internally calls Dew.Math.Matrix.ResizeAndTranspose