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