Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / PointU Class / PointU Constructor / PointU Constructor(Double,Double,Double,Double)

In This Topic
    PointU Constructor(Double,Double,Double,Double)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal z As Double, _
       ByVal u As Double _
    )
    public PointU( 
       double x,
       double y,
       double z,
       double u
    )

    Parameters

    x
    y
    z
    u
    See Also