Click or drag to resize
Accord.NET (logo)

Matrix4x4GetColumn Method

Get column of the matrix.

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

Parameters

index
Type: SystemInt32
Column index to get, [0, 3].

Return Value

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