Click or drag to resize
Accord.NET (logo)

Matrix3x3GetRow Method

Get row of the matrix.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public Vector3 GetRow(
	int index
)
Request Example View Source

Parameters

index
Type: SystemInt32
Row index to get, [0, 2].

Return Value

Type: Vector3
Returns specified row of the matrix as a vector.
Exceptions
ExceptionCondition
ArgumentExceptionInvalid row index was specified.
See Also