Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector Row(TMtx Mtx, Int32 aRow) | Returns specified aRow from the source matrix. |
| 2 | Vector Row(TMtx Mtx, Int32 aRow, Int32 aCol, Int32 Len) | Returns specified aRow from the source matrix. |
Overload 1: Vector Row(TMtx Mtx, Int32 aRow)
Returns specified aRow from the source matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mtx | TMtx | source TMtx |
| 2 | aRow | Int32 |
Returns: Vector
Remarks:
Internally calls Dew.Math.Vector.GetRow
Overload 2: Vector Row(TMtx Mtx, Int32 aRow, Int32 aCol, Int32 Len)
Returns specified aRow from the source matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mtx | TMtx | source TMtx |
| 2 | aRow | Int32 | |
| 3 | aCol | Int32 | |
| 4 | Len | Int32 | element count |
Returns: Vector
Remarks:
Internally calls Dew.Math.Vector.GetRow