Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Mouse3D Namespace / RotationVector Class / RotationVector Constructor / RotationVector Constructor(Byte,Byte,Byte,Byte,Byte,Byte)

In This Topic
    RotationVector Constructor(Byte,Byte,Byte,Byte,Byte,Byte)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal xl As Byte, _
       ByVal xh As Byte, _
       ByVal yl As Byte, _
       ByVal yh As Byte, _
       ByVal zl As Byte, _
       ByVal zh As Byte _
    )
    public RotationVector( 
       byte xl,
       byte xh,
       byte yl,
       byte yh,
       byte zl,
       byte zh
    )

    Parameters

    xl
    xh
    yl
    yh
    zl
    zh
    See Also