|
Matrix3x3GetColumn Method
|
Get column of the matrix.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public Vector3 GetColumn(
int index
)
Public Function GetColumn (
index As Integer
) As Vector3
Request Example
View SourceParameters
- index
- Type: SystemInt32
Column index to get, [0, 2].
Return Value
Type:
Vector3Returns specified column of the matrix as a vector.
Exceptions Exception | Condition |
---|
ArgumentException | Invalid column index was specified. |
See Also