Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Quaternion Class / Quaternion Constructor / Quaternion Constructor(Quaternion)

In This Topic
    Quaternion Constructor(Quaternion)
    In This Topic
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal another As Quaternion _
    )
    protected Quaternion( 
       Quaternion another
    )

    Parameters

    another
    See Also