Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / OglRenderContext Class / MultMatrix Method

In This Topic
    MultMatrix Method (OglRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub MultMatrix( _
       ByVal transform() As Double, _
       ByVal matrixType As RenderContextBase.matrixType _
    ) 
    protected override void MultMatrix( 
       double[] transform,
       RenderContextBase.matrixType matrixType
    )

    Parameters

    transform
    matrixType
    See Also