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

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