Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Quaternion Class / Quaternion Constructor / Quaternion Constructor(Vector3D,Double)
The rotation axis (normalized)
The rotation angle in degrees

In This Topic
    Quaternion Constructor(Vector3D,Double)
    In This Topic
    Axis and angle constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rotAxis As Vector3D, _
       ByVal rotAngleInDegrees As Double _
    )
    public Quaternion( 
       Vector3D rotAxis,
       double rotAngleInDegrees
    )

    Parameters

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