Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / RotateCamera Method / RotateCamera(Vector3D,Vector3D) Method
Previous axis
Current axis

In This Topic
    RotateCamera(Vector3D,Vector3D) 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 _
    ) 
    public virtual void RotateCamera( 
       Vector3D last,
       Vector3D current
    )

    Parameters

    last
    Previous axis
    current
    Current axis
    See Also