Columns Property (TransformMatrix)
Get the vectors from the column direction.
'Declaration
Public ReadOnly Property Columns As Vector(Of T)()
public Vector<T>[] Columns {get;}
Property Value
A
C1.Framework.Mathematics.Vector array indicates the columns of the matrix.