Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / Matrix Property

In This Topic
    Matrix Property (Transformation)
    In This Topic
    Gets or sets the 4x4 matrix.
    Syntax
    'Declaration
     
    Public Property Matrix As Double(,)
    public double[,] Matrix {get; set;}
    Remarks
    The first index is the row index, the second is the column index.
    See Also