TMtxSmallInt::FlipHor Method

Overload List

#SignatureDescription
1TMtxInt *FlipHor();Flips the matrix elements horizontally.
2TMtxInt *FlipHor(TMtxInt *SrcMtx);Flip all SrcMtx matrix elements horizontally.

Overload 1: TMtxInt *FlipHor();

Flips the matrix elements horizontally.

Remarks:

Flip calling matrix elements horizontally - element [row, j] = element [row, Cols-j]. This operation is performed on all calling matrix rows.

See Also: TMtxSmallInt::FlipVer
Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler

Overload 2: TMtxInt *FlipHor(TMtxInt *SrcMtx);

Flip all SrcMtx matrix elements horizontally.

#NameTypeDescription
1SrcMtxTMtxInt *
Remarks:

Store the results in the calling matrix. The flip operation is performed on all SrcMtx matrix Rows. The TMtxSmallInt::Rows, TMtxSmallInt::Cols and TMtxSmallInt::IntPrecision properties of callign matrix are adjusted automatically.

Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler