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

In This Topic
    GetMatrices Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub GetMatrices( _
       ByVal transform() As Double, _
       ByVal matType As RenderContextBase.matrixType, _
       ByRef projMat As Double(), _
       ByRef viewMat As Double(), _
       ByRef modelMat As Double() _
    ) 
    protected void GetMatrices( 
       double[] transform,
       RenderContextBase.matrixType matType,
       out double[] projMat,
       out double[] viewMat,
       out double[] modelMat
    )

    Parameters

    transform
    matType
    projMat
    viewMat
    modelMat
    See Also