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

In This Topic
    Point4D Constructor(Double,Double,Double)
    In This Topic
    3D euclidean point constructor (W=1).
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal z As Double _
    )
    public Point4D( 
       double x,
       double y,
       double z
    )

    Parameters

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