Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TMtxVec *DivideVec(TMtxVec *Num, TMtxVec *Den); | Same as the TMtx::Divide method. |
| 2 | TMtxVec *DivideVec(TMtxVec *Vec); | Same as the TMtx::Divide method. |
| 3 | TMtxVec *DivideVec(TMtxVec *Vec, int VecIndex, int Index, int Len); | Same as the TMtx::Divide method. |
Overload 1: TMtxVec *DivideVec(TMtxVec *Num, TMtxVec *Den);
Same as the TMtx::Divide method.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Num | TMtxVec * | |
| 2 | Den | TMtxVec * |
Declared in Dew::Math::TDenseMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler
Overload 2: TMtxVec *DivideVec(TMtxVec *Vec);
Same as the TMtx::Divide method.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TMtxVec * |
Declared in Dew::Math::TDenseMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler
Overload 3: TMtxVec *DivideVec(TMtxVec *Vec, int VecIndex, int Index, int Len);
Same as the TMtx::Divide method.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TMtxVec * | |
| 2 | VecIndex | int | |
| 3 | Index | int | |
| 4 | Len | int |
Declared in Dew::Math::TDenseMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler