Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Quaternion Class / Quaternion Constructor / Quaternion Constructor(Double,Double,Double,Double)
The X component of this quaternion
The Y component of this quaternion
The Z component of this quaternion
The W component of this quaternion

In This Topic
    Quaternion Constructor(Double,Double,Double,Double)
    In This Topic
    Quaternion components constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal z As Double, _
       ByVal w As Double _
    )
    public Quaternion( 
       double x,
       double y,
       double z,
       double w
    )

    Parameters

    x
    The X component of this quaternion
    y
    The Y component of this quaternion
    z
    The Z component of this quaternion
    w
    The W component of this quaternion
    See Also