TMtxVec *ScatterByIncr(TMtxVec *Src, int Increment = 1, int Offset = 0);
Scatters Src elements starting at Offset and with Increment to the calling object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxVec * | |
| 2 | Increment = 1 | int | |
| 3 | Offset = 0 | int |
Declared in Dew::Math::TMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler