Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void CopyTo(TMtx *Dst) const; | |
| 2 | void CopyTo(TVec *Dst) const; | |
| 3 | void CopyTo(TMtxInt *Dst) const; | |
| 4 | void CopyTo(TVecInt *Dst) const; |
Overload 1: void CopyTo(TMtx *Dst) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TMtx * |
Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 2: void CopyTo(TVec *Dst) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TVec * |
Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 3: void CopyTo(TMtxInt *Dst) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TMtxInt * |
Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 4: void CopyTo(TVecInt *Dst) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TVecInt * |
Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler