Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector Row(TMtx *Mtx, int aRow); | Returns specified aRow from the source matrix. |
| 2 | Vector Row(TMtx *Mtx, int aRow, int aCol, int Len); | Returns specified aRow from the source matrix. |
Overload 1: Vector Row(TMtx *Mtx, int aRow);
Returns specified aRow from the source matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mtx | TMtx * | |
| 2 | aRow | int |
Remarks:
Internally calls Vector::GetRow
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 2: Vector Row(TMtx *Mtx, int aRow, int aCol, int Len);
Returns specified aRow from the source matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mtx | TMtx * | |
| 2 | aRow | int | |
| 3 | aCol | int | |
| 4 | Len | int |
Remarks:
Internally calls Vector::GetRow
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler