TMtx::ScaleRows Method

Overload List

#SignatureDescription
1TMtx *ScaleRows(TVec *Src);Scale all matrix rows with values from Src.
2TMtx *ScaleRows(TMtx *Mtx, TVec *Src);Scale all Mtx matrix rows with values from Src.

Overload 1: TMtx *ScaleRows(TVec *Src);

Scale all matrix rows with values from Src.

#NameTypeDescription
1SrcTVec *
Remarks:

Src.Length must be equal to Self.Rows.

Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler

Overload 2: TMtx *ScaleRows(TMtx *Mtx, TVec *Src);

Scale all Mtx matrix rows with values from Src.

#NameTypeDescription
1MtxTMtx *
2SrcTVec *
Remarks:

Src.Length must be equal to Mtx.Rows. The result is stored in to the calling matrix.

Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler