Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / IdentityMatrixDouble Property

In This Topic
    IdentityMatrixDouble Property
    In This Topic
    Gets the Identity matrix as a double array.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property IdentityMatrixDouble As Double()
    public static double[] IdentityMatrixDouble {get;}
    See Also