|
Matrix4x4GetRow Method
|
Get row of the matrix.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public Vector4 GetRow(
int index
)
Public Function GetRow (
index As Integer
) As Vector4
Request Example
View SourceParameters
- index
- Type: SystemInt32
Row index to get, [0, 3].
Return Value
Type:
Vector4Returns specified row of the matrix as a vector.
Exceptions Exception | Condition |
---|
ArgumentException | Invalid row index was specified. |
See Also