TMtxInt::TMtxInt Constructor

Overload List

#SignatureDescription
1TMtxInt();Create a new TMtxInt object.
2TMtxInt(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);

#NameTypeDescription
1SrcStreamconst DewArray<unsigned char> &
Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler