Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / RotateMatrixModelView Method
by an axis.The rotation angle in degrees
The rotation axis X component
The rotation axis Y component
The rotation axis Z component

In This Topic
    RotateMatrixModelView Method
    In This Topic
    Rotates the modelview matrix by by an axis.
    Syntax
    'Declaration
     
    Public Overridable Sub RotateMatrixModelView( _
       ByVal angleInDegrees As Double, _
       ByVal axisX As Double, _
       ByVal axisY As Double, _
       ByVal axisZ As Double _
    ) 
    public virtual void RotateMatrixModelView( 
       double angleInDegrees,
       double axisX,
       double axisY,
       double axisZ
    )

    Parameters

    angleInDegrees
    by an axis.The rotation angle in degrees
    axisX
    The rotation axis X component
    axisY
    The rotation axis Y component
    axisZ
    The rotation axis Z component
    See Also