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

In This Topic
    RotationVector Constructor(Int32,Int32,Int32)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Integer, _
       ByVal y As Integer, _
       ByVal z As Integer _
    )
    public RotationVector( 
       int x,
       int y,
       int z
    )

    Parameters

    x
    y
    z
    See Also