Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Quaternion Class / ToAxisAngle Method
The rotation axis
The rotation angle in degrees

In This Topic
    ToAxisAngle Method
    In This Topic
    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