Gets a column of the 3d matrix as a vector.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public Vector3d GetColumn( int column ) |
Visual Basic (Declaration) |
---|
Public Function GetColumn ( _ column As Integer _ ) As Vector3d |
Visual C++ |
---|
public: Vector3d^ GetColumn( int column ) |
Parameters
- column
- Type: System..::.Int32
A zero-based column index of the matrix (0, 1 or 2).
Return Value
Returns a column of the matrix in form of a vector.
Exceptions
Exception | Condition |
---|---|
System..::.IndexOutOfRangeException | The column index was out of range. |