Eyeshot 10 WinForms API Reference
ToAxisAngle Method

WinForms Assembly > devDept.Geometry Namespace > Quaternion Class : ToAxisAngle Method
The rotation axis
The rotation angle in degrees
Gets current rotation.
Syntax
'Declaration
 
Public Sub ToAxisAngle( _
   ByRef rotAxis As Vector3D, _
   ByRef rotAngleInDegrees As Double _
) 
public void ToAxisAngle( 
   out Vector3D rotAxis,
   out double rotAngleInDegrees
)

Parameters

rotAxis
The rotation axis
rotAngleInDegrees
The rotation angle in degrees
See Also

Reference

Quaternion Class
Quaternion Members