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

In This Topic
    FromAxisAngle Method
    In This Topic
    Resets this Quaternion to the rotation specified.
    Syntax
    'Declaration
     
    Public Sub FromAxisAngle( _
       ByVal rotAxis As Vector3D, _
       ByVal rotAngleInDegrees As Double _
    ) 
    public void FromAxisAngle( 
       Vector3D rotAxis,
       double rotAngleInDegrees
    )

    Parameters

    rotAxis
    The rotation axis (normalized)
    rotAngleInDegrees
    The rotation angle in degrees
    See Also