Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point4D Class / Point4D Constructor / Point4D Constructor(Double,Double,Double,Double)
Point's X coordinate
Point's Y coordinate
Point's Z coordinate
Point's W coordinate

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

    Parameters

    x
    Point's X coordinate
    y
    Point's Y coordinate
    z
    Point's Z coordinate
    w
    Point's W coordinate
    See Also