TMtx::set_SValues Method

Overload List

#SignatureDescription
1void set_SValues(const int Indx, const float Value);
2void set_SValues(const int RowIdx, const int ColIdx, const float Value);

Overload 1: void set_SValues(const int Indx, const float Value);

#NameTypeDescription
1Indxconst int
2Valueconst float
Declared in Dew::Math::TMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler

Overload 2: void set_SValues(const int RowIdx, const int ColIdx, const float Value);

#NameTypeDescription
1RowIdxconst int
2ColIdxconst int
3Valueconst float
Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler