Overload List
Overload 1: void ValidateParams(const int Index, int &Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | const int | |
| 2 | Len | int & |
Declared in Dew::Math::TMtxVecBase · Dew.Math/MtxVecBase.h · Cross-compiler
Overload 2: void ValidateParams(TMtxVecBase *X, const int XIndex, const int Index, int &Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecBase * | |
| 2 | XIndex | const int | |
| 3 | Index | const int | |
| 4 | Len | int & |
Declared in Dew::Math::TMtxVecSample · Dew.Math/MtxVecBase.h · Cross-compiler
Overload 3: void ValidateParams(TMtxVecBase *X1, TMtxVecBase *X2, const int xIndex1, const int xIndex2, const int Index, int &Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X1 | TMtxVecBase * | |
| 2 | X2 | TMtxVecBase * | |
| 3 | xIndex1 | const int | |
| 4 | xIndex2 | const int | |
| 5 | Index | const int | |
| 6 | Len | int & |
Declared in Dew::Math::TMtxVecSample · Dew.Math/MtxVecBase.h · Cross-compiler
Overload 4: void ValidateParams(TMtxVecBase *X1, TMtxVecBase *X2, TMtxVecBase *X3, const int xIndex1, const int xIndex2, const int xIndex3, const int Index, int &Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X1 | TMtxVecBase * | |
| 2 | X2 | TMtxVecBase * | |
| 3 | X3 | TMtxVecBase * | |
| 4 | xIndex1 | const int | |
| 5 | xIndex2 | const int | |
| 6 | xIndex3 | const int | |
| 7 | Index | const int | |
| 8 | Len | int & |
Declared in Dew::Math::TMtxVecSample · Dew.Math/MtxVecBase.h · Cross-compiler