Overload List
| # | Signature | Description |
|---|---|---|
| 1 | virtual int Add(); | Creates and adds a new TVec object to the list. |
| 2 | virtual int Add(TVec *Src); | Creates and adds a new TVec object to the list. |
Overload 1: virtual int Add();
Creates and adds a new TVec object to the list.
Remarks:
The function returns the Index at which the newly created object resides in the list.
Declared in Dew::Math::TVecList · Dew.Math/MtxVec.h · Cross-compiler
Overload 2: virtual int Add(TVec *Src);
Creates and adds a new TVec object to the list.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec * |
Remarks:
The function returns the Index at which the object resides in the list.
Declared in Dew::Math::TVecList · Dew.Math/MtxVec.h · Cross-compiler