MtxExpr::ConcatVert Function

Overload List

#SignatureDescription
1Matrix ConcatVert(const DewArray<TMtx *> &Src);Vertically concatenate a list of matrices in to one big matrix.
2Matrix ConcatVert(int DestRow, int DestCol, const DewArray<TMtx *> &Src);Vertically concatenate a list of matrices in to one big matrix.

Overload 1: Matrix ConcatVert(const DewArray<TMtx *> &Src);

Vertically concatenate a list of matrices in to one big matrix.

#NameTypeDescription
1Srcconst DewArray<TMtx *> &
Remarks:

Internally calls Matrix::ConcatVert

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler

Overload 2: Matrix ConcatVert(int DestRow, int DestCol, const DewArray<TMtx *> &Src);

Vertically concatenate a list of matrices in to one big matrix.

#NameTypeDescription
1DestRowint
2DestColint
3Srcconst DewArray<TMtx *> &
Remarks:

Internally calls Matrix::ConcatVert

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler