Columns Property
Columns
Get the vectors from the column direction.
Declaration
public Vector[] Columns { get; }
Public ReadOnly Property Columns As Vector()
Property Value
| Type |
Description |
| Vector[] |
A Vector array indicates the columns of the matrix.
|