Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Viewport Class / GetCameraRotation Method
The view to set
An extra rotation to apply to the final rotation

In This Topic
    GetCameraRotation Method
    In This Topic
    Gets the devDept.Geometry.Quaternion that describes the orientation of the given view.
    Syntax
    'Declaration
     
    Public Function GetCameraRotation( _
       ByVal view As viewType, _
       Optional ByVal initialRotation As Quaternion _
    ) As Quaternion
    public Quaternion GetCameraRotation( 
       viewType view,
       Quaternion initialRotation
    )

    Parameters

    view
    The view to set
    initialRotation
    An extra rotation to apply to the final rotation

    Return Value

    See Also