Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / SetModelViewMatrix Method
The modelview matrix

In This Topic
    SetModelViewMatrix Method
    In This Topic
    Sets the modelview matrix.
    Syntax
    'Declaration
     
    Public Overridable Sub SetModelViewMatrix( _
       ByVal matrix() As Double _
    ) 
    public virtual void SetModelViewMatrix( 
       double[] matrix
    )

    Parameters

    matrix
    The modelview matrix
    Remarks
    Use "null" for Identity.
    See Also