Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TMtx *SqrElem(TMtx *Mtx); | Depreciated. |
| 2 | TMtx *SqrElem(); | Depreciated. |
Overload 1: TMtx *SqrElem(TMtx *Mtx);
Depreciated.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mtx | TMtx * |
Remarks:
Use TMtx::Sqr instead.
Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler
Overload 2: TMtx *SqrElem();
Depreciated.
Remarks:
Use TMtx::Sqr instead.
Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler