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