Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TMtx *ScaleCols(TVec *Src); | Scale all matrix columns with values from Src. |
| 2 | TMtx *ScaleCols(TMtx *Mtx, TVec *Src); | Scale all Mtx matrix columns with values from Src. |
Overload 1: TMtx *ScaleCols(TVec *Src);
Scale all matrix columns with values from Src.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec * |
Remarks:
Src.Length must be equal to Self.Cols.
Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler