Columns Property (Matrix)
In This Topic
Get the vectors from the column direction.
Syntax
'Declaration
Public ReadOnly Property Columns As Vector()
public Vector[] Columns {get;}
Property Value
A
Vector array indicates the columns of the matrix.
See Also