Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / RotateCamera Method / RotateCamera(Vector3D,Vector3D,Boolean) Method
Previous axis
Current axis
If true performs an animation when changing the view

In This Topic
    RotateCamera(Vector3D,Vector3D,Boolean) Method
    In This Topic
    Rotates the view of the specified amount.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub RotateCamera( _
       ByVal last As Vector3D, _
       ByVal current As Vector3D, _
       ByVal animate As Boolean _
    ) 
    public virtual void RotateCamera( 
       Vector3D last,
       Vector3D current,
       bool animate
    )

    Parameters

    last
    Previous axis
    current
    Current axis
    animate
    If true performs an animation when changing the view
    See Also