Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TMtxInt(); | Create a new TMtxInt object. |
| 2 | TMtxInt(const DewArray<unsigned char> &SrcStream); |
Overload 1: TMtxInt();
Create a new TMtxInt object.
Remarks:
Creates a new TMtxInt object. You should use the MtxVec::CreateIt where possible and avoid using the Create constructor, but only in cases when the object is created and destroy within the same routine.
Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler
Overload 2: TMtxInt(const DewArray<unsigned char> &SrcStream);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | const DewArray<unsigned char> & |
Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler