Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Quaternion Class / Quaternion Constructor / Quaternion Constructor(Double,Double,Double)
The yaw angle, in radians, around the y-axis.
The pitch angle, in radians, around the x-axis.
The roll angle, in radians, around the z-axis.

In This Topic
    Quaternion Constructor(Double,Double,Double)
    In This Topic
    Creates a new Quaternion from specified yaw, pitch, and roll angles.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal yaw As Double, _
       ByVal pitch As Double, _
       ByVal roll As Double _
    )
    public Quaternion( 
       double yaw,
       double pitch,
       double roll
    )

    Parameters

    yaw
    The yaw angle, in radians, around the y-axis.
    pitch
    The pitch angle, in radians, around the x-axis.
    roll
    The roll angle, in radians, around the z-axis.
    See Also