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

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

    Parameters

    x
    y
    z
    See Also