Click or drag to resize
DigitalRuneMatrix33DGetRow Method
Gets a row as Vector3D.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public Vector3D GetRow(
	int index
)

Parameters

index
Type: SystemInt32
The index of the row (0, 1, or 2).

Return Value

Type: Vector3D
The row vector.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The index is out of range.
See Also