Eyeshot 10 WinForms API Reference
GetCameraRotation Method

WinForms Assembly > devDept.Eyeshot Namespace > Viewport Class : GetCameraRotation Method
The view to set
An extra rotation to apply to the final rotation
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

Reference

Viewport Class
Viewport Members
Rotation Property