Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / UpdateMatrix Method

In This Topic
    UpdateMatrix Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Shared Sub UpdateMatrix( _
       ByVal stack As Stack(Of Double()), _
       ByVal newMat() As Double _
    ) 
    protected static void UpdateMatrix( 
       Stack<double[]> stack,
       double[] newMat
    )

    Parameters

    stack
    newMat
    See Also