Click or drag to resize
DigitalRuneMatrix22FGetColumn Method
Gets a column as Vector2F.

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

Parameters

index
Type: SystemInt32
The index of the column.

Return Value

Type: Vector2F
The column vector.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The index is out of range.
See Also