Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Geometry Namespace / Transformation Class / MatrixAsVectorByColumn Property

In This Topic
    MatrixAsVectorByColumn Property
    In This Topic
    Gets the 4x4 matrix as an array of doubles ordered by column.
    Syntax
    'Declaration
     
    Public ReadOnly Property MatrixAsVectorByColumn As Double()
    public double[] MatrixAsVectorByColumn {get;}
    See Also